From 7342f7643c98bb1464f259a4b97d1affa424415d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 25 May 2023 20:39:44 +0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a4780ae8..ec0cdec2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,8 +23,8 @@ jobs: - name: Commit Changes if: steps.issue-process.outputs.OUTPUT != 0 run: | - git config user.name "iptv-bot[bot]" - git config user.email "117246+iptv-bot[bot]@users.noreply.github.com" + git config user.name "iptv-bot" + git config user.email "117246+iptv-bot@users.noreply.github.com" git add data/channels.csv git commit -m "[Bot] Update channels.csv" -m "Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/database/actions/runs/${{ github.run_id }}) workflow." -m "${{ steps.issue-process.outputs.OUTPUT }}" --no-verify git status