Skip to content

Commit

Permalink
feat: Update to latest spa-github-actions version (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
macko911 authored Mar 12, 2024
1 parent 5247b68 commit c5c5949
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 @@ -131,12 +131,12 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.0.2
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.1
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.0.2
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.1
if: github.event_name == 'pull_request'
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 @@ -131,12 +131,12 @@ jobs:
- name: Update Cursor File
id: cursor-update
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.0.2
uses: pleo-io/spa-tools/actions/cursor-deploy@spa-github-actions-v8.2.1
with:
bucket_name: ${{ inputs.bucket_name }}

- name: Update PR Description
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.0.2
uses: pleo-io/spa-tools/actions/post-preview-urls@spa-github-actions-v8.2.1
if: github.event_name == 'pull_request'
with:
app_name: ${{ inputs.app_name }}
Expand Down

0 comments on commit c5c5949

Please sign in to comment.