Skip to content

Commit 5fb36b4

Browse files
pull first
1 parent beebad9 commit 5fb36b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-platform-branch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
if: steps.check-pr.outputs.EXISTING_PR == ''
100100
run: |
101101
git checkout -b update-platform-branch
102+
git pull || true
102103
git add .
103104
git commit -m "fix(sdk): Updates to proto version $LATEST_TAG"
104105
git push origin update-platform-branch

0 commit comments

Comments
 (0)