Skip to content

Commit

Permalink
Fix name of branch for action-send-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Feb 6, 2024
1 parent 380d85f commit 7716aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pytest
- name: Send status to author's email
if: ${{ failure() }} && github.event_name != 'workflow_dispatch' }} # Only email if the workflow failed and was not manually started. Customize this as necessary.
uses: dawidd6/action-send-mail@main
uses: dawidd6/action-send-mail@master
with:
# Required mail server address if not connection_url:
server_address: smtp.gmail.com
Expand Down

0 comments on commit 7716aed

Please sign in to comment.