/.github/workflows: pull before commit

This commit is contained in:
coffeegoddd
2022-10-24 12:35:40 -07:00
parent 7d81a09c00
commit 20a323ecb3
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ jobs:
message: ${{ format('[ga-bump-release] Update Dolt version to {0} and release v{0}', needs.format-version.outputs.version) }}
add: ${{ format('[{0}/go/cmd/dolt/dolt.go,{0}/docker/Dockerfile,{0}/docker/Dockerfile.arm64]', github.workspace) }}
cwd: "."
pull: "--ff"
- name: Build Binaries
id: build_binaries
run: |

View File

@@ -48,3 +48,4 @@ jobs:
message: "[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh"
add: "."
cwd: "."
pull: "--ff"