Skip to content

Commit

Permalink
Use runner.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jul 18, 2024
1 parent 9b1f358 commit af681ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
run: |
if competitive-verifier \
verify --check-error \
${{ fromJson(inputs.verbose) && '--verbose' || '' }} \
${{ (fromJson(inputs.verbose) || runner.debug) && '--verbose' || '' }} \
${{ fromJson(inputs.write-summary) && '--write-summary' || '' }} \
${{ format(inputs.timeout && '--timeout "{0}"', inputs.timeout) }} \
${{ format(inputs.tle && '--tle "{0}"', inputs.tle) }} \
Expand Down

0 comments on commit af681ad

Please sign in to comment.