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 a6607df commit 8532f38Copy full SHA for 8532f38
.github/workflows/update-sqlite.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Download, compile and package SQLite
36
run: npm run download
37
- name: Push update branch
38
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
39
with:
40
commit_message: Update SQLite to version ${{ env.ENV_TRUE_VERSION }}
41
branch: sqlite-update-${{ env.ENV_VERSION }}
0 commit comments