From 217eb69a33879afcc8c077096e38283668934f9e Mon Sep 17 00:00:00 2001 From: infogulch Date: Wed, 7 Jul 2021 17:34:47 -0500 Subject: [PATCH] Update subtree workflow --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6513df3..1e93794 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,5 +16,7 @@ jobs: - uses: nxtlvlsoftware/git-subtree-action@1.1 with: repo: infogulch/index + prefix: '' deploy_key: ${{ secrets.DOWNSTREAM_GITHUB_DEPLOY_KEY }} - force: true # will force push to the downstream repository + force: false # will force push to the downstream repository +