diff --git a/.github/workflows/md5.yml b/.github/workflows/md5.yml index 1366da7d1..15643a9ea 100755 --- a/.github/workflows/md5.yml +++ b/.github/workflows/md5.yml @@ -47,7 +47,7 @@ jobs: git add **/*.js.md5 **/*.jar.md5 if ! git diff-index --quiet HEAD; then - git commit -m "Update md5 for js and jar files" + git commit -m "Update md5" git push echo "::notice::MD5 files updated and pushed." else