From 3a301d1c6229895be3342e0cea57a204dd54a15e Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 12 Jun 2024 18:41:29 +0300 Subject: [PATCH] update update_changelog.yml --- .github/workflows/update_changelog.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_changelog.yml b/.github/workflows/update_changelog.yml index 0a9a1ace151..ea9595fe473 100644 --- a/.github/workflows/update_changelog.yml +++ b/.github/workflows/update_changelog.yml @@ -1,3 +1,5 @@ +name: Update sunrise changelog + on: push: branches: [master] @@ -27,8 +29,9 @@ jobs: - name: Commit and Push Changes run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' + git config --global user.name 'VigersRay' + git config --global user.email 'VigersRay@gmail.com' + git remote set-url origin https://${{ secrets.GH_TOKEN }}@github.com/VigersRay/repository.git git add Resources/Changelog/ChangelogSunrise.yml git commit -m 'Update changelog from PR #${{ github.event.pull_request.number }}' - git push \ No newline at end of file + git push HEAD:master