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.
2 parents 5fcbfea + a10415c commit 6ac821aCopy full SHA for 6ac821a
.github/workflows/version-bump.yml
@@ -95,7 +95,7 @@ jobs:
95
git push origin topic/v${{ steps.set_release_name.outputs.release_version }}
96
- name: 'Create Pull Request'
97
if: ${{ steps.check_for_changes.outputs.HAS_CHANGES == 1 }}
98
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
99
with:
100
github-token: ${{secrets.GH_SERVICE_ACCOUNT_TOKEN}}
101
script: |
0 commit comments