Skip to content

Commit b167363

Browse files
committed
ci: pull latest changes
1 parent 2db39bd commit b167363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
git config --local user.email "github-actions[bot]@users.noreply.github.com"
4848
git config --local user.name "github-actions[bot]"
49+
git pull --rebase origin ${{ github.head_ref }}
4950
git add .
5051
git diff --cached --quiet || git commit -m "ci: update generated cookiecutter template from example"
5152
git push origin HEAD:${{ github.head_ref }}

0 commit comments

Comments
 (0)