Skip to content

Commit 41a957c

Browse files
committed
Fix deployment action docs
1 parent c0ba8ae commit 41a957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
comment: false
387387
388388
- uses: marocchino/sticky-pull-request-comment@v2
389-
if: steps.preview-step.outputs.deployment_action == 'deploy' && env.deployment_status == 'success'
389+
if: steps.preview-step.outputs.deployment-action == 'deploy' && env.deployment_status == 'success'
390390
with:
391391
header: pr-preview
392392
message: |
@@ -396,7 +396,7 @@ jobs:
396396
| <h6>Built to branch [`${{ env.PREVIEW_BRANCH }}`](${{ github.server_url }}/${{ github.repository }}/tree/${{ env.PREVIEW_BRANCH }}) at ${{ steps.preview-step.outputs.action-start-time }}. <br> Preview will be ready when the [GitHub Pages deployment](${{ github.server_url }}/${{ github.repository }}/deployments) is complete. <br><br> </h6>
397397

398398
- uses: marocchino/sticky-pull-request-comment@v2
399-
if: steps.preview-step.outputs.deployment_action == 'remove' && env.deployment_status == 'success'
399+
if: steps.preview-step.outputs.deployment-action == 'remove' && env.deployment_status == 'success'
400400
with:
401401
header: pr-preview
402402
message: |

0 commit comments

Comments
 (0)