Fix: Workflow to skip rather than fail #7
Annotations
1 error
Invalid workflow file:
.github/workflows/tests.yml#L12
The workflow is not valid. .github/workflows/tests.yml (Line: 12, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.YOUTUBE_DATA_API_KEY != '' &&
secrets.SERPER_API_KEY != '' &&
secrets.GROQ_API_KEY != '' .github/workflows/tests.yml (Line: 39, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.YOUTUBE_DATA_API_KEY == '' ||
secrets.SERPER_API_KEY == '' ||
secrets.GROQ_API_KEY == ''
|