diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 404f25d01..fe1cfc83c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Build and Deploy - uses: !e "github.event.inputs.branch ? JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} : JamesIves/github-pages-deploy-action@releases/v4" + uses: !e github.event.inputs.branch ? JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} : JamesIves/github-pages-deploy-action@releases/v4 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es