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 55484df commit a663371Copy full SHA for a663371
.github/workflows/ci.yaml
@@ -48,4 +48,4 @@ jobs:
48
git config --local user.name "github-actions[bot]"
49
git add .
50
git diff --cached --quiet || git commit -m "ci: update generated cookiecutter template from example"
51
- git push
+ git push origin HEAD:${{ github.head_ref }}
0 commit comments