We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92914b2 commit 1980decCopy full SHA for 1980dec
.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@v0.6.0
+ uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
37
with:
38
branch: "release/${{ steps.gitversion.outputs.majorMinorPatch }}"
39
github_token: ${{ secrets.GH_TOKEN }}
0 commit comments