We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c3427 commit f8ef39eCopy full SHA for f8ef39e
1 file changed
.github/workflows/release-notes.yml
@@ -33,7 +33,7 @@ jobs:
33
run: git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
34
- name: Push new branch
35
if: ${{ steps.gitversion.outputs.majorMinorPatch }}
36
- uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
+ uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # v1.1.0
37
with:
38
branch: "release/${{ steps.gitversion.outputs.majorMinorPatch }}"
39
github_token: ${{ secrets.GH_TOKEN }}
0 commit comments