Update TryGhost/action-deploy-theme action to v1.5.0
This commit is contained in:
parent
6896e052b3
commit
e491142615
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Deploy Ghost Theme
|
- name: Deploy Ghost Theme
|
||||||
uses: TryGhost/action-deploy-theme@v1.4.1
|
uses: TryGhost/action-deploy-theme@v1.5.0
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in New Issue