diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 10bacc9..2ddf1ee 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@master - name: Deploy Ghost Theme - uses: TryGhost/action-deploy-theme@v1.6.2 + uses: TryGhost/action-deploy-theme@v1.6.3 with: api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}