We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcbf2b commit 6c4c276Copy full SHA for 6c4c276
.github/workflows/lint.yaml
@@ -56,7 +56,7 @@ jobs:
56
if: >
57
github.event_name == 'pull_request' &&
58
github.ref_name != github.event.repository.default_branch
59
- uses: stefanzweifel/git-auto-commit-action@v8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
60
with:
61
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
62
commit_message: "chore: fix linting issues"
0 commit comments