fixed typo update

patch-1
sandeep 2023-07-04 15:06:41 +05:30
parent f88b868e6d
commit 3b2506ba21
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}