1 parent d54323a commit 1225683Copy full SHA for 1225683
1 file changed
.github/workflows/ci.yaml
@@ -79,4 +79,4 @@ jobs:
79
80
git add .github/workflows/
81
git commit -m "chore(ci): pin GitHub Actions to commit SHA"
82
- git push
+ git push origin HEAD:${{ github.head_ref || github.ref_name }}
0 commit comments