Skip to content

Commit

Permalink
Merge pull request #213 from ayys/patch-1
Browse files Browse the repository at this point in the history
Fix name of repo in github action example
  • Loading branch information
marissamarym authored Feb 26, 2024
2 parents bc4c153 + d31c347 commit 04bfb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Notify Slack on Release
steps:
- name: Notify Slack on Release
uses: instantish/[email protected]
uses: tryfabric/[email protected]
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
```
Expand Down

0 comments on commit 04bfb17

Please sign in to comment.