Skip to content

Commit

Permalink
Changed CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Dec 4, 2023
1 parent f88788c commit 82a10a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 82a10a9

Please sign in to comment.