diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 58a97c54..e4ed9fe3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,6 +23,8 @@ jobs: - name: Commit Changes if: steps.issue-process.outputs.OUTPUT != 0 run: | + git config user.name ${{ github.actor }} + git config user.email '${{ github.actor }}@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