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