Skip to content

Commit 8753dfd

Browse files
committed
Fix missing line break escape on sbom workflow
Signed-off-by: Ricardo Lopes <[email protected]>
1 parent 7104d57 commit 8753dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
bom generate \
3232
--dirs=. \
3333
--image=registry.k8s.io/kube-state-metrics/kube-state-metrics:$TAG \
34-
--namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT
34+
--namespace=https://github.com/kubernetes/kube-state-metrics/releases/download/$TAG/$OUTPUT \
3535
--output=$OUTPUT
3636
3737
- name: Upload SBOM to GitHub Release

0 commit comments

Comments
 (0)