From fcbcad995dc5e2ac1fff649a9dc09ece91fc689f Mon Sep 17 00:00:00 2001 From: isboyjc <214930661@qq.com> Date: Sat, 3 Aug 2024 20:35:09 +0800 Subject: [PATCH] =?UTF-8?q?config=F0=9F=94=A7:=20update=20bot=20commit=20m?= =?UTF-8?q?essage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index f0e938cdcec2..b78aba719d84 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -40,7 +40,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add . - git commit -m ":rocket: Fetch GitHub Trending at $(date +'%Y-%m-%d %H:%M')" + git commit -m "publish🚀: Fetch GitHub Trending at $(date +'%Y-%m-%d %H:%M')" git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file