From af06c49c39dad5753033efc46ab7819cd6af5b5e Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 15 Jun 2022 02:13:12 +0200 Subject: [PATCH] yet another quality commit --- .github/workflows/dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index e82291e..a8e6685 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -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"