File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
github.event_name == 'push' ||
153
153
github.event.pull_request.head.repo.full_name == github.repository
154
154
) &&
155
- !contains(github.event.head_commit.message, 'skip fix')
155
+ !contains(github.event.head_commit.message, 'skip megalinter fix')
156
156
run : sudo chown -Rc $UID .git/
157
157
158
158
- name : Commit and push applied linter fixes
@@ -169,14 +169,9 @@ jobs:
169
169
github.event_name == 'push' ||
170
170
github.event.pull_request.head.repo.full_name == github.repository
171
171
) &&
172
- !contains(github.event.head_commit.message, 'skip fix')
172
+ !contains(github.event.head_commit.message, 'skip megalinter fix')
173
173
with :
174
- branch : >-
175
- ${{
176
- github.event.pull_request.head.ref ||
177
- github.head_ref ||
178
- github.ref
179
- }}
174
+ branch : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
180
175
commit_message : " [MegaLinter] Apply linters fixes"
181
176
commit_user_name : megalinter-bot
182
177
commit_user_email :
[email protected]
You can’t perform that action at this time.
0 commit comments