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 beebad9 commit 5fb36b4Copy full SHA for 5fb36b4
1 file changed
.github/workflows/update-platform-branch.yaml
@@ -99,6 +99,7 @@ jobs:
99
if: steps.check-pr.outputs.EXISTING_PR == ''
100
run: |
101
git checkout -b update-platform-branch
102
+ git pull || true
103
git add .
104
git commit -m "fix(sdk): Updates to proto version $LATEST_TAG"
105
git push origin update-platform-branch
0 commit comments