Skip to content

Commit

Permalink
Fix use in action
Browse files Browse the repository at this point in the history
  • Loading branch information
atalargo committed Jul 7, 2022
1 parent 9c67323 commit da691a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.5
uses: daysofwonder/sendgrid-notification-action@v1.6
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
Expand Down

0 comments on commit da691a6

Please sign in to comment.