From b57977ae8ce9f8a1ced86782910b1f440ec792ad Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 11 Sep 2023 19:49:09 -0600 Subject: [PATCH] Updated command --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b79464..739d33d 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: elif [[ "${{ runner.os }}" == "Windows" ]]; then cache_dir=$(choco search postgresql${{ inputs.postgresql_version }} --exact --limit-output | grep "^postgresql " | awk '{print $NF}') fi - echo "::set-output name=cache_dir::$cache_dir" + echo "cache_dir=$cache_dir" >> "$GITHUB_OUTPUT" shell: bash - name: Cache