Updated deploy GitHub Action

This commit is contained in:
Daniel Lockyer 2020-07-21 14:45:09 +01:00 committed by GitHub
parent b5c007369d
commit 89fa1470e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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