diff --git a/.github/workflows/update-actions-dist-post-commit.yml b/.github/workflows/update-actions-dist-post-commit.yml index 48efdc3f1..c9e997fc0 100644 --- a/.github/workflows/update-actions-dist-post-commit.yml +++ b/.github/workflows/update-actions-dist-post-commit.yml @@ -94,5 +94,5 @@ jobs: git config user.email github-actions@github.com git add . git status - git commit -m "update actions dist" + git commit -s -m "update actions dist" git push