Skip to content

Commit 6c4c276

Browse files
author
tylertitsworth
committed
fix hash typo
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 4dcbf2b commit 6c4c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: >
5757
github.event_name == 'pull_request' &&
5858
github.ref_name != github.event.repository.default_branch
59-
uses: stefanzweifel/git-auto-commit-action@v8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
59+
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
6060
with:
6161
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
6262
commit_message: "chore: fix linting issues"

0 commit comments

Comments
 (0)