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.
pushd
cd
1 parent dc81f85 commit 1e31d1aCopy full SHA for 1e31d1a
.github/actions/setup-kat/action.yml
@@ -23,7 +23,7 @@ runs:
23
24
echo "Creating directory for kat tool at $kat_dir"
25
mkdir -p "$kat_dir"
26
- pushd "$kat_dir"
+ cd "$kat_dir"
27
28
echo "Downloading kat version $kat_version to $kat_dir"
29
aws s3 cp s3://kotlin-sdk-build-tools/kat-releases/$kat_version/kat-$kat_version.zip ./kat.zip --no-progress
0 commit comments