Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax authored Sep 26, 2023
1 parent c090bbb commit c34d6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Upload
run:
git config user.email "[email protected]"
git config user.name "GitHub Action"
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add docs
git commit -m "$(date +"%F")"
git push -f origin main

0 comments on commit c34d6e6

Please sign in to comment.