Skip to content

Commit

Permalink
temp: target current version of internal actions
Browse files Browse the repository at this point in the history
  • Loading branch information
macko911 committed Sep 11, 2024
1 parent fc13668 commit 29e37a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/cursor-deploy@web-1450-support-custom-hash-for-build-and-deploy
if: ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false'}}
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/post-preview-urls@web-1450-support-custom-hash-for-build-and-deploy
if: github.event_name == 'pull_request' && ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false'}}
with:
app_name: ${{ inputs.app_name }}
Expand Down
4 changes: 2 additions & 2 deletions reusable-workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/cursor-deploy@web-1450-support-custom-hash-for-build-and-deploy
if: ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false'}}
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v10.0.0
uses: pleo-io/spa-tools/actions/post-preview-urls@web-1450-support-custom-hash-for-build-and-deploy
if: github.event_name == 'pull_request' && ${{ steps.is-version-already-deployed.outputs.is_deployed == 'false'}}
with:
app_name: ${{ inputs.app_name }}
Expand Down

0 comments on commit 29e37a0

Please sign in to comment.