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 5a64515 commit 6f45e25Copy full SHA for 6f45e25
.github/workflows/update-api-spec.yml
@@ -44,7 +44,7 @@ jobs:
44
fi
45
- name: 'Create PR'
46
if: ${{ inputs.dry_run != true && env.NEW_VERSION && !env.EXISTING_PR }}
47
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
48
with:
49
branch: "${{ env.UPDATE_BRANCH }}"
50
commit-message: "Bump GE API spec version to ${{ env.NEW_VERSION }}"
.github/workflows/update-examples.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: 'Update version in all files'
28
run: ./.github/scripts/replace_string.py ./ "$OLD_VERSION" "$NEW_VERSION"
29
30
31
32
base: 'main'
33
branch: "replace-${{ env.OLD_VERSION }}-${{ env.NEW_VERSION }}"
0 commit comments