Update TryGhost/action-deploy-theme action to v1.4.1

This commit is contained in:
Renovate Bot 2021-03-23 04:57:56 +00:00 committed by renovate[bot]
parent 177d5673fb
commit 42ab5f68ef
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Deploy Ghost Theme - name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.4.0 uses: TryGhost/action-deploy-theme@v1.4.1
with: with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}