Skip to content

Commit bc9ad7e

Browse files
committed
fix
1 parent 7863eb4 commit bc9ad7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/preview/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137
138138
- name: Update deployment status
139139
uses: actions/github-script@v7
140-
if: always() && steps.type.outputs.IS_DEPLOYMENT
140+
if: always() && steps.deployment.outputs.result
141141
with:
142142
script: |
143143
await github.rest.repos.createDeploymentStatus({

0 commit comments

Comments
 (0)