mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update _update-readme.yml
This commit is contained in:
4
.github/workflows/_update-readme.yml
vendored
4
.github/workflows/_update-readme.yml
vendored
@@ -28,9 +28,9 @@ jobs:
|
|||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
run: |
|
run: |
|
||||||
git add README.md
|
git add README.md
|
||||||
git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md"
|
git commit -m "[Bot] Update README.md"
|
||||||
git status
|
git status
|
||||||
git diff-index --quiet HEAD || git push -u origin ${{ steps.create-branch-name.outputs.branch_name }}
|
git push -u origin ${{ steps.create-branch-name.outputs.branch_name }}
|
||||||
- uses: tibdex/github-app-token@v1
|
- uses: tibdex/github-app-token@v1
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
id: create-app-token
|
id: create-app-token
|
||||||
|
|||||||
Reference in New Issue
Block a user