mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update _load.yml
This commit is contained in:
parent
3b4a2f6138
commit
1786c74db9
1 changed files with 0 additions and 18 deletions
18
.github/workflows/_load.yml
vendored
18
.github/workflows/_load.yml
vendored
|
@ -29,21 +29,3 @@ jobs:
|
|||
with:
|
||||
name: database
|
||||
path: scripts/database
|
||||
- run: npm run guides:update_legacy
|
||||
- uses: tibdex/github-app-token@v1
|
||||
if: ${{ !env.ACT }}
|
||||
id: create-deploy-token
|
||||
with:
|
||||
app_id: ${{ secrets.APP_ID }}
|
||||
private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
- uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: .gh-pages
|
||||
token: ${{ steps.create-deploy-token.outputs.token }}
|
||||
git-config-name: iptv-bot[bot]
|
||||
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||
commit-message: '[Bot] Update guide from ${{inputs.site}}'
|
||||
clean: false
|
||||
force: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue