Skip to content

Commit a3f0a4d

Browse files
committed
fix: add trailing newline to .github/workflows/update-pre-commit-hooks.yml
1 parent c065aca commit a3f0a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-pre-commit-hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Update Hooks
2323
uses: ./.github/actions/update-pre-commit-composite
2424
with:
25-
github_token: ${{ secrets.PRE_COMMIT_PAT }}
25+
github_token: ${{ secrets.PRE_COMMIT_PAT }}

0 commit comments

Comments
 (0)