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 e99f0b0 commit 5a960e3Copy full SHA for 5a960e3
.github/actions/setup-kat/action.yml
@@ -27,6 +27,6 @@ runs:
27
unzip -qq ./kat.zip -d kat
28
29
kat_binary_path="$PWD/kat/kat-$kat_version/bin"
30
- echo "$kat_binary_path" >> $GITHUB_PATH
+ export PATH="$kat_binary_path:$PATH"
31
32
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)
0 commit comments