Skip to content

Commit 71a93a0

Browse files
committed
gh-actions: m fix json path format
1 parent cc49d34 commit 71a93a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
subject: ${{ fromJson(inputs.sbom-info).subjects }}
5757
steps:
58-
- name: ⬇️ Download SBOM artifact
58+
- name: ⬇️ Download SBOM
5959
uses: actions/download-artifact@v4
6060
with:
6161
artifact-ids: ${{ fromJson(inputs.sbom-info).artifactId }}
@@ -65,7 +65,7 @@ jobs:
6565
id: oksbom
6666
shell: bash
6767
env:
68-
SBOM_PATH: ${{ format('sbom/{0}/{1}', fromJson(inputs.sbom-info.artifactName), fromJson(inputs.sbom-info).path) }}
68+
SBOM_PATH: ${{ format('sbom/{0}/{1}', fromJson(inputs.sbom-info).artifactName, fromJson(inputs.sbom-info).path) }}
6969
SBOM_DIGEST: ${{ fromJson(inputs.sbom-info).digest }}
7070
run: |
7171
set -euo pipefail

0 commit comments

Comments
 (0)