Skip to content

Commit

Permalink
Merge branch 'bugfix/fix-sbom-generation-release' into q/128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed May 30, 2024
2 parents c52bc7b + cb66a21 commit c5f101c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}

- name: Cleanup some unused ressources
run: |-
Expand Down Expand Up @@ -88,7 +90,7 @@ jobs:
- name: Retrieve product.txt from artifacts
run: >
curl --fail -LO -u ${{ secrets.ARTIFACTS_USER }}:${{ secrets.ARTIFACTS_PASSWORD }}
${{ inputs.artifacts-url }}/product.txt
${{ inputs.artifacts-url || steps.artifacts.outputs.link }}/product.txt
- name: Get full MetalK8s version
run: |
Expand Down

0 comments on commit c5f101c

Please sign in to comment.