Skip to content

Commit

Permalink
fix prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Apr 23, 2024
1 parent b0d8d87 commit 9d17255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
fi
- name: Upload Chaos Toolkit artifacts
if: ${{ github.event.inputs.upload-results-as-artifacts == 'true' }}
if: ${{ inputs.upload-results-as-artifacts == 'true' }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.result-artifact-name }}
Expand Down

0 comments on commit 9d17255

Please sign in to comment.