Skip to content

Commit 72ea82d

Browse files
committed
Added debug step to SBPM workflow
1 parent 6ac6c19 commit 72ea82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
path: sbom-packages-${{ github.event.repository.name }}.csv
111111

112112
- name: Debug Go version
113-
run: go version
113+
run: |
114+
go version

0 commit comments

Comments
 (0)