misc fixes

patch-10
sandeep 2023-06-04 00:11:10 +05:30
parent 85963aa4c1
commit 2d2ffe13ec
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Auto Generated CVE annotations [$(date)] :robot:" -a
git commit -am "Auto Generated CVE annotations [$(date)] :robot:"
- name: Push changes
if: steps.cve-annotate.outputs.CHANGES > 0

View File

@ -34,10 +34,10 @@ jobs:
- name: Commit files
if: steps.checksum.outputs.CHANGES > 0
run: |
git add templates-checksum.txt
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -m "Auto Generated Templates Checksum [$(date)] :robot:" -a
git add templates-checksum.txt
git commit -am "Auto Generated Templates Checksum [$(date)] :robot:"
- name: Push changes
uses: ad-m/github-push-action@master