github / github/vscode-github-actions
"Context access might be invalid: workspace"
Aberta
bug
- Linguagem predominante
- TypeScript
- Estrelas
- 660
- Forks
- 213
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Describe the bug**
If a workflow YAML has `${{runner.workspace}}` value for the key [`jobs..steps[*].working-directory`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsworking-directory) it triggers the warning in the issue description.
**To Reproduce**
```yml
- name: Test
working-directory: ${{runner.workspace}}/OpenCL-Headers/build
```
**Expected behavior**
No warning.
**Screenshots**

**Extension Version**
`v0.26.2`
**Additional context**
None.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.