|
|
@ -183,14 +183,10 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git add .
|
|
|
|
git add .
|
|
|
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
|
|
|
|
git diff-index --quiet HEAD || git commit -m "[Bot] Update ${{ matrix.country }}.m3u"
|
|
|
|
- name: Pull Remote
|
|
|
|
- name: Push Changes
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git pull
|
|
|
|
git pull
|
|
|
|
- name: Push Changes
|
|
|
|
git push
|
|
|
|
uses: ad-m/github-push-action@master
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
|
|
branch: bot/patch-1
|
|
|
|
|
|
|
|
# create-pr:
|
|
|
|
# create-pr:
|
|
|
|
# runs-on: ubuntu-latest
|
|
|
|
# runs-on: ubuntu-latest
|
|
|
|
# needs: update
|
|
|
|
# needs: update
|
|
|
|