diff --git a/.github/workflows/update.yaml b/.github/workflows/update-kev.yaml similarity index 67% rename from .github/workflows/update.yaml rename to .github/workflows/update-kev.yaml index 4147cdd..9fd0c85 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update-kev.yaml @@ -20,9 +20,9 @@ jobs: - name: Commit and push if it changed run: |- - git config user.name "Automated daily update" - git config user.email "actions@users.noreply.github.com" + git config user.name "AboutCode Automation" + git config user.email "automation@aboutcode.org" git add -A timestamp=$(date -u) - git commit -m "Update json: ${timestamp}" || exit 0 - git push + git commit -m "$(echo -e "Update KEV: $timestamp\n\nSigned-off-by: AboutCode Automation ")" || exit 0 + git push \ No newline at end of file