Skip to content

Commit 15e61a8

Browse files
authored
patch: label pr continue on error (#453)
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent 5788866 commit 15e61a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ runs:
159159
${{ inputs.tool }}${{ steps.arg.outputs.arg-chdir }} validate${args} 2> >(tee tf.console.txt) > >(tee tf.console.txt)
160160
161161
- if: ${{ inputs.label-pr == 'true' && steps.identifier.outputs.pr != 0 && contains(fromJSON('["plan", "apply"]'), inputs.command) }}
162+
continue-on-error: true
162163
shell: bash
163164
run: |
164165
# Label PR.

0 commit comments

Comments
 (0)