Skip to content

Commit 77dbe8c

Browse files
committed
Specify branch.
1 parent 024c46e commit 77dbe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-rules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
git add RULES.md
3535
TIMESTAMP=$(date -u +"%Y-%m-%d")
3636
git commit -m "Update RULES.md - $TIMESTAMP." || echo "No changes to commit."
37-
git push
37+
git push origin HEAD:${{ github.head_ref }}

0 commit comments

Comments
 (0)