Skip to content

Commit

Permalink
Fix ident that was missed by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jan 7, 2023
1 parent 6d6dca0 commit 853c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ runs:
shell: bash
- name: Copy artifacts within image
if: ${{ always() && !cancelled() && (inputs.copy_artifacts_on_fail == 'yes' || steps.runcmd.conclusion == 'success') }}
run: |
run: |
case "${{ inputs.debug }}" in
yes|true)
set -x
Expand Down

0 comments on commit 853c39c

Please sign in to comment.