Skip to content

Commit a2627da

Browse files
authored
fix: Commit step -- replace file_pattern expression (#62)
I’ve been trying to use the ‘Commit Changes’ step from the Lint Action, but it always fails when I run it. I’ve attached a change suggestion that should fix this issue.
1 parent 48890fa commit a2627da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ jobs:
4141
# with:
4242
# commit_message: fix code style
4343
# commit_options: '--no-verify'
44-
# file_pattern: '!.github/workflows/* **/*'
44+
# file_pattern: |
45+
# **/*
46+
# !.github/workflows/*

0 commit comments

Comments
 (0)