Skip to content

Commit c5f101c

Browse files
committed
Merge branch 'bugfix/fix-sbom-generation-release' into q/128.0
2 parents c52bc7b + cb66a21 commit c5f101c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-sbom.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: Checkout repo
4040
uses: actions/checkout@v4
41+
with:
42+
ref: ${{ inputs.ref }}
4143

4244
- name: Cleanup some unused ressources
4345
run: |-
@@ -88,7 +90,7 @@ jobs:
8890
- name: Retrieve product.txt from artifacts
8991
run: >
9092
curl --fail -LO -u ${{ secrets.ARTIFACTS_USER }}:${{ secrets.ARTIFACTS_PASSWORD }}
91-
${{ inputs.artifacts-url }}/product.txt
93+
${{ inputs.artifacts-url || steps.artifacts.outputs.link }}/product.txt
9294
9395
- name: Get full MetalK8s version
9496
run: |

0 commit comments

Comments
 (0)