We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024c46e commit 77dbe8cCopy full SHA for 77dbe8c
.github/workflows/update-rules.yml
@@ -34,4 +34,4 @@ jobs:
34
git add RULES.md
35
TIMESTAMP=$(date -u +"%Y-%m-%d")
36
git commit -m "Update RULES.md - $TIMESTAMP." || echo "No changes to commit."
37
- git push
+ git push origin HEAD:${{ github.head_ref }}
0 commit comments