From 1c8951591ec087ed4d4f17e9f8d86633fad1e3d1 Mon Sep 17 00:00:00 2001 From: Joe Taber Date: Wed, 7 Jul 2021 16:08:32 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94c292d..e7ec20f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,15 +7,15 @@ jobs: runs-on: ubuntu-latest - name: Update downstream index repo + name: Update downstream infogulch/index repo steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: nxtlvlsoftware/git-subtree-action@1 + - uses: nxtlvlsoftware/git-subtree-action@1.1 with: - repo: 'infogulch/index' - path: '_notebooks' + repo: infogulch/index + path: _notebooks deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }} force: true # will force push to the downstream repository