From fa489953261dd51d04cdd6678ee1f6ff241a482a Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 10 Sep 2020 13:15:47 +0100 Subject: [PATCH] Updated action-deploy-theme to v1.3.1 - hopefully fixes a bug with `theme-name` not being passed through --- .github/workflows/deploy-theme.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 22801f3..91c6118 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -1,14 +1,14 @@ name: Deploy Theme on: - push: - branches: + push: + branches: - master jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - - uses: TryGhost/action-deploy-theme@v1.2.1 + - uses: TryGhost/action-deploy-theme@v1.3.1 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}