From e37e444e9ac2588538f12073c2a2a06a3e6db700 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 21 Oct 2019 12:49:04 +0100 Subject: [PATCH] Update deploy-theme.yml - bump action version - add a custom theme name --- .github/workflows/deploy-theme.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 97a9e2c..b2792c1 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -8,7 +8,8 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master - - uses: TryGhost/action-deploy-theme@v1.0.0 + - uses: TryGhost/action-deploy-theme@v1.2.0 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} + theme-name: "casper-master"