Skip to content

Commit

Permalink
Add notification step to GitHub Actions workflow for auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BCNelson committed Nov 25, 2024
1 parent 08a8de4 commit 160ffda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git checkout -b auto-update && git reset --hard origin/main && git push origin auto-update -f
- run: git checkout -b auto-update && git reset --hard origin/main && git push origin auto-update -f
- run: curl -d "Github Actions Update" ntfy.sh/{{ secrets.NTFY_UPDATE_TOPIC }}

0 comments on commit 160ffda

Please sign in to comment.