diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index e0f3735..1ec4844 100644 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -19,5 +19,5 @@ jobs: git config user.name "github-actions" git config user.email "github-actions@github.com" git add . - git commit -m "Action Commit" + git commit -m "This build was committed by a bot." git push