You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{%- comment %}
The `runner.workspace` property is purposefully not documented. It is an early Actions property that now isn't relevant for users, compared to `github.workspace`. It is kept around for compatibility.
|`runner.workspace`|`string`||
{%- endcomment %}
Maybe you can use github.workspace instead. Note runner.workspace and github.workspace are slightly different, see for example actions/runner#728.
Describe the bug
If a workflow YAML has
${{runner.workspace}}
value for the keyjobs.<job_id>.steps[*].working-directory
it triggers the warning in the issue description.To Reproduce
Expected behavior
No warning.
Screenshots
Extension Version
v0.26.2
Additional context
None.
The text was updated successfully, but these errors were encountered: