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 043730d commit f00cb87Copy full SHA for f00cb87
.github/workflows/ui-tests.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
mkdir -p "$RUNNER_TEMP/win32-openssh" &&
100
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/win32-openssh" -xf "$RUNNER_TEMP/win32-openssh.zip" &&
101
- echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/win32-openssh)" >>$GITHUB_ENV
+ echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/win32-openssh")" >>$GITHUB_ENV
102
103
- uses: actions/checkout@v4
104
with:
0 commit comments