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 2db39bd commit b167363Copy full SHA for b167363
.github/workflows/ci.yaml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
git config --local user.email "github-actions[bot]@users.noreply.github.com"
48
git config --local user.name "github-actions[bot]"
49
+ git pull --rebase origin ${{ github.head_ref }}
50
git add .
51
git diff --cached --quiet || git commit -m "ci: update generated cookiecutter template from example"
52
git push origin HEAD:${{ github.head_ref }}
0 commit comments