update workflow

This commit is contained in:
Dethrace Labs 2025-08-21 13:24:37 -07:00
parent f00ff0c266
commit 0a0fc8bf7f
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ jobs:
cd reccmp-report
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "Update report from ${{ github.sha }}" || echo "No changes to commit"
git commit -am "Update report from ${GITHUB_SHA::7}" || echo "No changes to commit"
git push