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.
stefanzweifel/git-auto-commit-action
1 parent 345a79a commit 2d3699dCopy full SHA for 2d3699d
.github/workflows/update-sqlite3mc.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Download, build and package SQLite and SQLite3MC
46
run: npm run update-sqlite3mc
47
- name: Push update branch
48
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v6
49
with:
50
commit_message: 'Update `SQLite3MultipleCiphers` to `${{ env.ENV_VERSION }}` (SQLite `${{ env.ENV_SQLITE_VERSION }}`)'
51
branch: sqlite3mc-update-${{ env.ENV_VERSION }}
0 commit comments