Skip to content

Commit

Permalink
remove if failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed May 14, 2024
1 parent f7b9962 commit 465a3ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/generate-support-bundle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ runs:

- id: upload-support-bundle
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ inputs.artifact-name }}
path: ${{ steps.generate-support-bundle.outputs.bundle-name }}

- name: Print support bundle URL
if: ${{ failure() && steps.upload-support-bundle.outputs.artifact-url != '' }}
shell: bash
run: |
echo "::notice ::support bundle can be downloaded from: ${{ steps.upload-support-bundle.outputs.artifact-url }}

0 comments on commit 465a3ea

Please sign in to comment.