diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index f54308f..3d1be7d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -22,8 +22,8 @@ jobs: ./devtools/optimize.sh - name: Commit artifacts run: | - git config --global user.name 'CyberHoward' - git config --global user.email 'CyberHoward@users.noreply.github.com' + git config --global user.name 'DA0-DA0' + git config --global user.email 'DA0-DA0@users.noreply.github.com' git add artifacts --force git commit -m "Update artifacts [skip ci]" git push