Skip to content

Commit 369ac48

Browse files
committed
Fix
1 parent efd60d0 commit 369ac48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update_speakeasy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
git config --local user.email "action@github.com"
5656
git config --local user.name "GitHub Action"
57+
git config --local --type bool push.autoSetupRemote true
5758
5859
- name: Create branch
5960
run: |
@@ -94,7 +95,7 @@ jobs:
9495
Targets updated: ${{ github.event.inputs.targets }}
9596
9697
This PR was automatically generated by the Update Speakeasy workflow."
97-
git push --set-upstream origin ${{ github.event.inputs.branch_name }}
98+
git push
9899
99100
- name: Create Pull Request
100101
if: steps.check-changes.outputs.has_changes == 'true'

0 commit comments

Comments
 (0)