forked from MhankBarBar/anime-game-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b23086c
commit f14bcf5
Showing
4 changed files
with
7,852 additions
and
5,756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,7 @@ jobs: | |
- name: Commit and push if changed | ||
run: | | ||
git diff | ||
git checkout --orphan temp_branch | ||
git config user.name "MhankBarBar" | ||
git config user.email "[email protected]" | ||
git add -A | ||
git commit -asm "Joy's Genshin Impact stats" | ||
git branch -D master | ||
git branch -m master | ||
git push -f origin master |
Oops, something went wrong.