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