mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update _update-readme.yml
This commit is contained in:
parent
6361e15687
commit
9f3c2efc9c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_update-readme.yml
vendored
4
.github/workflows/_update-readme.yml
vendored
|
@ -28,9 +28,9 @@ jobs:
|
|||
if: ${{ !env.ACT }}
|
||||
run: |
|
||||
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 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
|
||||
if: ${{ !env.ACT }}
|
||||
id: create-app-token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue