Skip to content

Commit

Permalink
Reverted TryGhost/action-deploy-theme to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Dec 12, 2023
1 parent 8ba0ce8 commit 6f26e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: yarn install
- run: yarn test:ci
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.6.4
uses: TryGhost/action-deploy-theme@v1
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}

0 comments on commit 6f26e50

Please sign in to comment.