From cece26830473bee3e78c6be18efe715c06abb224 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 14 Feb 2021 11:03:56 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bb196189..c16f51f7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,6 @@ on: tags-ignore: - '*.*' branches: - - dev - releases/v4 jobs: @@ -24,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Build and Deploy - uses: JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} + uses: JamesIves/github-pages-deploy-action@releases/v4 with: git-config-name: Montezuma git-config-email: montezuma@jamesiv.es