From b7595ae8d4c634b9fe0be9c49358b8d2ce25f093 Mon Sep 17 00:00:00 2001 From: "j.dev" Date: Tue, 11 Feb 2025 14:24:13 -0800 Subject: [PATCH] chore: fix typo --- asdf-tools/action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/asdf-tools/action.yml b/asdf-tools/action.yml index 0bc8244..df126cd 100644 --- a/asdf-tools/action.yml +++ b/asdf-tools/action.yml @@ -24,8 +24,9 @@ runs: mv asdf /usr/local/bin/ rm -f asdf.tar.gz which asdf - export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH" - echo "asdf installed successfully" + export PATH="${ASDF_DATA_DIR:-/home/runner/.asdf}/shims:$PATH" + echo "$PATH" + echo "✅asdf installed successfully" shell: bash - name: Cache tools