Skip to content

Commit

Permalink
fix(ci): switch preview deploy action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Mar 25, 2023
1 parent d490937 commit 0fa68fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: EmergencePlatform/php-runtime@github-actions/deploy-site-preview/develop
- uses: EmergencePlatform/php-runtime@github-actions/deploy-site-preview/v1
id: deploy-site-preview
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0fa68fd

Please sign in to comment.