We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb76785 commit e58d8c5Copy full SHA for e58d8c5
.github/workflows/update_advisory.yml
@@ -25,9 +25,7 @@ jobs:
25
- name: Run Go application
26
working-directory: .
27
run: |
28
- pwd
29
go build -o update-advisory src/main.go
30
- ls -l
31
./update-advisory
32
rm update-advisory
33
@@ -37,5 +35,5 @@ jobs:
37
35
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"2
38
36
git add ./advisories/V8-advisory.json
39
git add ./src/V8-cache.json
40
- git commit3 -m "Update advisories/V8_advisory.json and src/V8-cache.json"
+ git commit -m "Update advisories/V8_advisory.json and src/V8-cache.json"
41
git push
0 commit comments