There was an error while loading. Please reload this page.
1 parent 9a35efc commit ce7aa30Copy full SHA for ce7aa30
1 file changed
.github/workflows/check-vulns.yml
@@ -55,6 +55,7 @@ jobs:
55
working-directory: ./dep_checker
56
run: |
57
matrix=$(grep -o '{.*}' result.log | jq -c .)
58
+ echo "matrix=$matrix"
59
echo "matrix=$matrix" >> $GITHUB_OUTPUT
60
61
create-issues:
0 commit comments