We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c19ef1 + 287e1e5 commit 766596eCopy full SHA for 766596e
.github/workflows/cleanup-preview.yml
@@ -58,7 +58,7 @@ jobs:
58
continue-on-error: true
59
60
- name: Comment Cleanup Status
61
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
62
env:
63
SHOULD_CLEANUP: ${{ steps.cleanup_guard.outputs.should_cleanup }}
64
SKIP_REASON: ${{ steps.cleanup_guard.outputs.reason }}
.github/workflows/deploy-preview.yml
@@ -120,7 +120,7 @@ jobs:
120
121
- name: Comment Preview URL
122
if: github.event_name == 'pull_request'
123
124
125
PREVIEW_URL: ${{ steps.preview_meta.outputs.preview_url }}
126
SHOULD_DEPLOY: ${{ steps.deploy_guard.outputs.should_deploy }}
0 commit comments