use var.STAGE instead of env.STAGE #16
ci.yaml
on: push
deploy-prod
deploy-staging
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yaml#L30
The workflow is not valid. .github/workflows/ci.yaml (Line: 30, Col: 14): Unrecognized named-value: 'var'. Located at position 1 within expression: var.STAGE .github/workflows/ci.yaml (Line: 72, Col: 14): Unrecognized named-value: 'var'. Located at position 1 within expression: var.STAGE
|