github / github/vscode-github-actions
"Context access might be invalid: workspace"
Open
bug
- Dominant language
- TypeScript
- Stars
- 660
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.