We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f188ea commit 044d857Copy full SHA for 044d857
.github/workflows/update-heartbeat.yml
@@ -17,5 +17,5 @@ jobs:
17
git config user.name "github-actions[bot]"
18
git config user.email "github-actions[bot]@users.noreply.github.com"
19
git add heartbeat.json
20
- git commit -m "update heartbeat" || echo "No changes to commit"
21
- git push
+ git commit --amend -m "update heartbeat" || echo "No changes to commit"
+ git push --force-with-lease
0 commit comments