typo #18
publish.yml
on: push
Matrix: unit-test
Waiting for pending jobs
release-docker
deploy-to-deno
Annotations
1 error
Invalid workflow file:
.github/workflows/publish.yml#L109
The workflow is not valid. .github/workflows/publish.yml (Line: 109, Col: 9): Unrecognized named-value: 'env'. Located at position 50 within expression: inputs.deno || ( github.event_name == 'push' && env.DEPLOY_DENO_PUSH == 'true' ) .github/workflows/publish.yml (Line: 127, Col: 9): Unrecognized named-value: 'env'. Located at position 52 within expression: inputs.docker || ( github.event_name == 'push' && env.DEPLOY_DOCKER_PUSH == 'true' )
|