Skip to content

Commit

Permalink
fixed typo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Jul 4, 2023
1 parent f88b868 commit 3b2506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve2json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git commit -m "Auto Generated cves.json [$(date)] :robot:" -a
- name: Push changes
if: steps.checksum.outputs.CHANGES > 0
if: steps.cves.outputs.CHANGES > 0
run: |
git pull --rebase
git push origin ${{ github.ref }}
Expand Down

0 comments on commit 3b2506b

Please sign in to comment.