From 0a0fc8bf7f1696d7894d76371d49a29dfe57def3 Mon Sep 17 00:00:00 2001 From: Dethrace Labs <78985374+dethrace-labs@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:24:37 -0700 Subject: [PATCH] update workflow --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 58c86060..0c0ae5e6 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -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