Services Deploy (all) [env: test] #18
deploy-services.yml
on: workflow_dispatch
job-service
/
deploy-service
research-service
/
deploy-service
user-service
/
deploy-service
Annotations
1 error
Invalid workflow file:
.github/workflows/deploy-services.yml#L24
The workflow is not valid. .github/workflows/deploy-services.yml (Line: 24, Col: 9): Unrecognized named-value: 'env'. Located at position 1 within expression: env.ENABLED_SERVICES == '' || contains(env.ENABLED_SERVICES, 'job-service') .github/workflows/deploy-services.yml (Line: 32, Col: 9): Unrecognized named-value: 'env'. Located at position 1 within expression: env.ENABLED_SERVICES == '' || contains(env.ENABLED_SERVICES, 'user-service')
|