Autodeploy 2! #1150
Triggered via pull request
October 22, 2024 21:25
Status
Startup failure
Total duration
–
Artifacts
–
ci.yml
on: pull_request
qualilty-checks
vercel-auto-deploy
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L46
The workflow is not valid. .github/workflows/ci.yml (Line: 46, Col: 9): Unrecognized named-value: 'env'. Located at position 5 within expression: (
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, $'\n' + toString(github.event.pull_request.number)) ||
env.AUTO_DEPLOY_PRS == toString(github.event.pull_request.number)
}
|