github / github/vscode-github-actions
"Context access might be invalid: workspace"
未關閉
bug
- 主要語言
- TypeScript
- 星號
- 660
- 分支
- 213
- PR 合併指標
- 30 天內沒有已合併 PR
描述
**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.
貢獻指南
評估
這個 Issue 還沒有評估資料。