Skip to content

Commit 5d1a2f9

Browse files
committed
Fix
1 parent 1343a09 commit 5d1a2f9

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/update_speakeasy.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@ jobs:
9292
if: steps.check-changes.outputs.has_changes == 'true'
9393
run: |
9494
git add .
95-
git commit -m "Update Speakeasy SDKs to version ${{ github.event.inputs.version }}
96-
97-
Targets updated: ${{ github.event.inputs.targets }}
98-
99-
This PR was automatically generated by the Update Speakeasy workflow."
95+
git commit -m "Update Speakeasy SDKs to version ${{ github.event.inputs.version }}"
10096
git push origin update-speakeasy-to-${{ github.event.inputs.version }}-${{ env.TIMESTAMP }}
10197
10298
- name: Create Pull Request
@@ -106,7 +102,7 @@ jobs:
106102
--base main \
107103
--head update-speakeasy-to-${{ github.event.inputs.version }}-${{ env.TIMESTAMP }} \
108104
--title "Update Speakeasy SDKs to version ${{ github.event.inputs.version }}" \
109-
--body "This PR updates the Speakeasy SDKs to version `${{ github.event.inputs.version }}`.\n\nIt was automatically generated by the [Update Speakeasy workflow](.github/workflows/update_speakeasy.yaml)." \
105+
--body "This PR updates the Speakeasy SDKs to version ${{ github.event.inputs.version }}.\n\nIt was automatically generated by the [Update Speakeasy workflow](.github/workflows/update_speakeasy.yaml)." \
110106
--label automated \
111107
--label speakeasy-update \
112108
--assignee ${{ github.actor }}

0 commit comments

Comments
 (0)