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 ba989cd commit b99ad57Copy full SHA for b99ad57
1 file changed
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Push changes
48
if: ${{ steps.release.outputs.pr }}
49
- uses: ad-m/github-push-action@d30dc2d070765d7e509df00c34c5fa2dd636ff74 # master
+ uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # master
50
with:
51
github_token: ${{ secrets.RELEASE_PR_TOKEN }}
52
branch: ${{ fromJson(steps.release.outputs.pr).headBranchName }}
0 commit comments