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 ce39a86 commit 6dd5806Copy full SHA for 6dd5806
.github/workflows/pr-checks.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: 📤 Commit updated lock file
84
id: auto-commit-action-lock
85
if: needs.permissions-check.outputs.has-permissions == 'true'
86
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
87
with:
88
commit_message: Update lock file
89
file_pattern: pnpm-lock.yaml
@@ -140,6 +140,6 @@ jobs:
140
141
- name: 📤 Commit lint fixes
142
if: failure() && needs.permissions-check.outputs.has-permissions == 'true' && (steps.svelte-format.outcome == 'failure' || steps.prettier-eslint.outcome == 'failure')
143
144
145
commit_message: Fix lint
0 commit comments