Autodeploy 2! #585
Triggered via pull request
October 22, 2024 21:25
Status
Startup failure
Total duration
–
Artifacts
–
Annotations
1 error
Invalid workflow file:
.github/workflows/preview.yml#L14
The workflow is not valid. .github/workflows/preview.yml (Line: 14, Col: 9): Unrecognized named-value: 'env'. Located at position 159 within expression: (
github.event.issue.pull_request != '' &&
(
contains(github.event.comment.body, '/deploy')
)
) || (
github.event_name == 'pull_request' && (
env.AUTO_DEPLOY_PRS contains $'\n' + toString(github.event.pull_request.number) + $'\n' ||
startsWith(env.AUTO_DEPLOY_PRS, toString(github.event.pull_request.number) + $'\n') ||
endsWith(env.AUTO_DEPLOY_PRS, [...]
|