Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
chore(anime.yml): use gthub-actions bot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas authored Aug 13, 2023
1 parent 8626da8 commit 027996f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Commit new cover
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config user.name github-action
git config user.email github-actions@github.com
git add .
git commit -am "Change cover image"
git push -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git

0 comments on commit 027996f

Please sign in to comment.