From 207c32e0dc54898ea8545e6964f076315d63263b Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 28 Feb 2021 09:08:07 -0500 Subject: [PATCH] Integration Test --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c16f51f7..404f25d0 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: 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