mirror of
https://github.com/iptv-org/database.git
synced 2024-11-09 22:16:38 -05:00
Update update.yml
This commit is contained in:
parent
acf52a9a90
commit
8f36ce1459
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
git config user.name ${{ github.actor }}
|
git config user.name ${{ github.actor }}
|
||||||
git config user.email '${{ github.actor }}@users.noreply.github.com'
|
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"
|
git commit -m "[Bot] Update channels.csv" --no-verify
|
||||||
git status
|
git status
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v5
|
||||||
|
|
Loading…
Reference in a new issue