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 5fb36b4 commit 03d7c57Copy full SHA for 03d7c57
1 file changed
.github/workflows/update-platform-branch.yaml
@@ -99,7 +99,6 @@ 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
@@ -129,5 +128,4 @@ jobs:
129
128
--body-file pr_body.txt \
130
--head update-platform-branch \
131
--base main \
132
- --label "automated-update"
133
0 commit comments