Skip to content

Commit e58d8c5

Browse files
committed
fix: remove typo
1 parent eb76785 commit e58d8c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update_advisory.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
- name: Run Go application
2626
working-directory: .
2727
run: |
28-
pwd
2928
go build -o update-advisory src/main.go
30-
ls -l
3129
./update-advisory
3230
rm update-advisory
3331
@@ -37,5 +35,5 @@ jobs:
3735
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"2
3836
git add ./advisories/V8-advisory.json
3937
git add ./src/V8-cache.json
40-
git commit3 -m "Update advisories/V8_advisory.json and src/V8-cache.json"
38+
git commit -m "Update advisories/V8_advisory.json and src/V8-cache.json"
4139
git push

0 commit comments

Comments
 (0)