We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb960e commit 3e59af2Copy full SHA for 3e59af2
github-actions/setup-wsl/action.yml
@@ -12,9 +12,9 @@ outputs:
12
git_path:
13
description: WSL unix path pointing to `git` of the host system.
14
value: ${{steps.wsl_paths.outputs.git_path}}
15
- tmp_dir:
+ tmp_path:
16
description: WSL unix path pointing to the temporary directory in the host system.
17
- value: ${{steps.wsl_paths.outputs.tmp_dir}}
+ value: ${{steps.wsl_paths.outputs.tmp_path}}
18
wsl_root_path:
19
description: Windows path pointing to the WSL file system root (using a symlink).
20
value: C:\wsl_root
0 commit comments