Skip to content

Commit

Permalink
config🔧: update bot commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Aug 3, 2024
1 parent 7ffdb13 commit fcbcad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fcbcad9

Please sign in to comment.