Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashsah2003 authored Dec 19, 2023
1 parent 750be0b commit 0659846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Read HTML file
id: read-html
run: |
HTML_BODY=$(cat email.html)
HTML_BODY=$(cat ${{ github.workspace }}/vulRep.html)
echo "::set-output name=html_body::$HTML_BODY"
- name: Mail Reports
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 0659846

Please sign in to comment.