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

Commit

Permalink
fix(anime.yml): fix git stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas authored Aug 13, 2023
1 parent 476018e commit 41287f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/anime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
git checkout -B media/cover
rm -rf *
git checkout aurora
- name: Pull an random cover from ur pinterest
- name: Pull a random cover from ur Pinterest
run: |
cd photo
python anime.py "${{ secrets.PINTEREST_EMAIL }}" "${{ secrets.PINTEREST_PASSWORD }}" "${{ secrets.PINTEREST_USERNAME }}"
Expand All @@ -42,6 +43,7 @@ jobs:
run: |
git config user.name github-action
git config user.email [email protected]
git checkout media/cover
git add .
git commit -am "chore(cover): change cover image"
git push -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git

0 comments on commit 41287f8

Please sign in to comment.