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 49619b8 + 95570e9 commit 28378b2Copy full SHA for 28378b2
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
cmd: yq -i '.version = "${{ steps.version.outputs.next-version }}"' 'galaxy.yml'
46
47
- name: "Write changelog and version"
48
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
+ uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
49
with:
50
branch: ${{ github.event.pull_request.base.ref }}
51
commit_message: "chore: update version"
0 commit comments