Update main.yml

This commit is contained in:
Joe 2021-07-07 16:08:32 -05:00 committed by GitHub
parent 1995ba0e7b
commit 1c8951591e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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