Update main.yml
This commit is contained in:
parent
1995ba0e7b
commit
1c8951591e
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -7,15 +7,15 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Update downstream index repo
|
name: Update downstream infogulch/index repo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: nxtlvlsoftware/git-subtree-action@1
|
- uses: nxtlvlsoftware/git-subtree-action@1.1
|
||||||
with:
|
with:
|
||||||
repo: 'infogulch/index'
|
repo: infogulch/index
|
||||||
path: '_notebooks'
|
path: _notebooks
|
||||||
deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }}
|
||||||
force: true # will force push to the downstream repository
|
force: true # will force push to the downstream repository
|
||||||
|
Loading…
Reference in New Issue
Block a user