yet another quality commit

This commit is contained in:
Samuel Berthe 2022-06-15 02:13:12 +02:00
parent 0adc449e1e
commit af06c49c39
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -55,8 +55,8 @@ jobs:
- name: Push changes
if: steps.git-check.outputs.modified != '0'
run: |
git config --global user.name 'Samuel Berthe'
git config --global user.email 'samuel-berthe@users.noreply.github.com'
git config --global user.name 'samber'
git config --global user.email 'samber@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add .
git commit -m "Publish"