File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/hydrate/steps/writing/creation/dotGitHub Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
labels : " status: waiting for author"
8
8
- if : failure()
9
9
run : |
10
- echo "Don't worry about if the previous step failed."
10
+ echo "Don't worry if the previous step failed."
11
11
echo "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."
12
12
13
13
name : PR Review Requested
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export function createWorkflows({
123
123
} ,
124
124
{
125
125
if : "failure()" ,
126
- run : 'echo "Don\'t worry about if the previous step failed."\necho "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."\n' ,
126
+ run : 'echo "Don\'t worry if the previous step failed."\necho "See https://github.com/actions-ecosystem/action-remove-labels/issues/221."\n' ,
127
127
} ,
128
128
] ,
129
129
} ) ,
You can’t perform that action at this time.
0 commit comments