Update update.yml

This commit is contained in:
Aleksandr Statciuk 2023-05-25 19:41:16 +03:00
parent 75500c36c3
commit d5a35498a4

View file

@ -21,8 +21,6 @@ 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 }}"
git status