From 5951d2d0819b916579684b11b589e3e10f718455 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Thu, 4 May 2023 17:29:39 -0500 Subject: [PATCH] debug it --- .github/actions/pytest-cache-upload/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pytest-cache-upload/action.yml b/.github/actions/pytest-cache-upload/action.yml index 1758aee60c05..45cf0694ea86 100644 --- a/.github/actions/pytest-cache-upload/action.yml +++ b/.github/actions/pytest-cache-upload/action.yml @@ -46,7 +46,7 @@ runs: AWS_ACCESS_KEY_ID: ${{ inputs.aws-access-key-id }} AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }} run: | - set +x + set -x echo "all the commands sent to the below script:" echo "cache_dir: $GITHUB_WORKSPACE/$CACHE_DIR"