We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186a103 commit ceb7941Copy full SHA for ceb7941
.github/workflows/update_advisory.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
pwd
31
go build -o update-advisory src/main.go
32
+ cp ./policies/V8-policy.json ${{ github.workspace }}/policies/V8-policy.json
33
ls -l
34
./update-advisory
35
rm update-advisory
0 commit comments