Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annybs committed Jun 19, 2024
1 parent 701cc60 commit 7ee5813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ notify:
needs: deploy
steps:
- name: Send notification
uses: annybs/action-notify-discord@v1.0.0
uses: annybs/action-notify-discord@v1
if: ${{ always() }}
with:
repository: ${{ github.repository }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@annybs/action-notify-discord",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple GitHub action to send a success, failure, or cancellation notification for your GitHub workflow.",
"author": "Aneurin Barker Snook <[email protected]>",
"main": "dist/index.js",
Expand Down

0 comments on commit 7ee5813

Please sign in to comment.