mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-15 19:40:03 -04:00
Update update.yml
This commit is contained in:
parent
52786eeb34
commit
7b52788ab8
1 changed files with 12 additions and 11 deletions
23
.github/workflows/update.yml
vendored
23
.github/workflows/update.yml
vendored
|
@ -40,6 +40,18 @@ jobs:
|
||||||
run: npm run api:generate
|
run: npm run api:generate
|
||||||
- name: update readme.md
|
- name: update readme.md
|
||||||
run: npm run readme:update
|
run: npm run readme:update
|
||||||
|
- name: commit changes
|
||||||
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
|
with:
|
||||||
|
commit_message: "[Bot] Update README.md"
|
||||||
|
branch: master
|
||||||
|
commit_options: '--no-verify'
|
||||||
|
file_pattern: README.md
|
||||||
|
repository: .
|
||||||
|
commit_user_name: iptv-bot[bot]
|
||||||
|
commit_user_email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||||
|
commit_author: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>
|
||||||
- name: deploy to github pages
|
- name: deploy to github pages
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||||
|
@ -64,14 +76,3 @@ jobs:
|
||||||
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||||
commit-message: '[Bot] Deploy to iptv-org/api'
|
commit-message: '[Bot] Deploy to iptv-org/api'
|
||||||
clean: false
|
clean: false
|
||||||
- name: commit changes
|
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
|
||||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
|
||||||
with:
|
|
||||||
commit_message: "[Bot] Update README.md"
|
|
||||||
branch: master
|
|
||||||
commit_options: '--no-verify'
|
|
||||||
file_pattern: README.md
|
|
||||||
repository: iptv-org/iptv
|
|
||||||
commit_user_name: iptv-bot[bot]
|
|
||||||
commit_user_email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue