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 a08f2dc commit e535882Copy full SHA for e535882
script.bash
@@ -7,11 +7,10 @@ cd "$RUNNER_TEMP"
7
export AUTIFY_CLI_INSTALL_USE_CACHE=1
8
curl -L "$INPUT_SHELL_INSTALLER_URL" | bash -xe
9
10
-
11
while IFS= read -r line; do
12
if [ "$(command -v cygpath)" ]; then
13
cygpath -w "$line" >> "$GITHUB_PATH"
14
else
15
echo "$line" >> "$GITHUB_PATH"
16
fi
17
-done < "./autify/path"
+done < "$RUNNER_TEMP/autify/path"
0 commit comments