From 3e974ef08f174b5f82c66cac07fe20b1f2441be9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 11 Sep 2023 19:56:33 -0600 Subject: [PATCH] Enable debug mode --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 739d33d..79d9aa2 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,7 @@ runs: - name: Get cache directory id: cache-dir run: | + set -x if [[ "${{ runner.os }}" == "Linux" ]]; then cache_dir=$(apt-cache policy postgresql-${{ inputs.postgresql_version }} | awk '/Filename/ {print $2}') elif [[ "${{ runner.os }}" == "macOS" ]]; then