diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de583a1..eba1241 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} diff --git a/reusable-workflows/deploy.yml b/reusable-workflows/deploy.yml index de583a1..eba1241 100644 --- a/reusable-workflows/deploy.yml +++ b/reusable-workflows/deploy.yml @@ -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 }}