Update update.yml

This commit is contained in:
Aleksandr Statciuk 2023-05-25 19:44:57 +03:00
parent b32944b7c7
commit 6ea28e3321

View file

@ -23,6 +23,8 @@ jobs:
- name: Commit Changes - name: Commit Changes
if: steps.issue-process.outputs.OUTPUT != 0 if: steps.issue-process.outputs.OUTPUT != 0
run: | run: |
git config user.name ${{ github.actor }}
git config user.email '${{ github.actor }}@users.noreply.github.com'
git add data/channels.csv 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 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 git status