Fix build workflow --nobuild #162
Annotations
1 error
Invalid workflow file:
.github/workflows/build.yml#L79
The workflow is not valid. .github/workflows/build.yml (Line: 79, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.INDEXER_URL != '' && github.event_name == 'push' && github.ref_name == 'dev' && !contains(github.event.head_commit.message, '--nobuild') .github/workflows/build.yml (Line: 91, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.INDEXER_URL != '' && github.event_name == 'push' && github.ref_name == 'dev' && !contains(github.event.head_commit.message, '--nobuild')
|