diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 13860aa..4cdede5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,8 +16,8 @@ jobs: uses: actions/checkout@v3 - name: Git config run: |- - git config user.name "Wendy" - git config user.email "freeman@steamdb.info" + 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: