Skip to content

Commit

Permalink
Merge pull request #21 from thunderkex/renovate/stefanzweifel-git-aut…
Browse files Browse the repository at this point in the history
…o-commit-action-5.x

chore(deps): update stefanzweifel/git-auto-commit-action action to v5.1.0
  • Loading branch information
thunderkex authored Jan 13, 2025
2 parents 40197e6 + 7bbe190 commit 51f790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
POST="https://api.telegram.org/bot${TG_TOKEN}/sendMessage"
curl -X POST --data-urlencode "parse_mode=Markdown" --data-urlencode "disable_web_page_preview=true" --data-urlencode "text=${MSG}" --data-urlencode "message_thread_id=26772" --data-urlencode "chat_id=${CHAT_ID}" "$POST"
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
branch: update
skip_checkout: true
Expand Down

0 comments on commit 51f790e

Please sign in to comment.