Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw authored Aug 15, 2023
1 parent c0b4695 commit 5662409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: Git config
run: |-
git config user.name "Wendy"
git config user.email "[email protected]"
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Run script
run: ./update.sh
env:
Expand Down

0 comments on commit 5662409

Please sign in to comment.