We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd60d0 commit 369ac48Copy full SHA for 369ac48
1 file changed
.github/workflows/update_speakeasy.yaml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
git config --local user.email "action@github.com"
56
git config --local user.name "GitHub Action"
57
+ git config --local --type bool push.autoSetupRemote true
58
59
- name: Create branch
60
@@ -94,7 +95,7 @@ jobs:
94
95
Targets updated: ${{ github.event.inputs.targets }}
96
97
This PR was automatically generated by the Update Speakeasy workflow."
- git push --set-upstream origin ${{ github.event.inputs.branch_name }}
98
+ git push
99
100
- name: Create Pull Request
101
if: steps.check-changes.outputs.has_changes == 'true'
0 commit comments