From 10e607dae2a2f6ec3f96d7eb70a526c638f3bfe9 Mon Sep 17 00:00:00 2001 From: Ethan Date: Wed, 16 Aug 2023 10:47:43 -0400 Subject: [PATCH] cd to working directory --- .../workflows/composite-actions/prep-go-runner/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/composite-actions/prep-go-runner/action.yaml b/.github/workflows/composite-actions/prep-go-runner/action.yaml index 8de60e45524..bc4b403b4b9 100644 --- a/.github/workflows/composite-actions/prep-go-runner/action.yaml +++ b/.github/workflows/composite-actions/prep-go-runner/action.yaml @@ -48,8 +48,6 @@ runs: shell: bash run: | echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - echo "$(pwd)" >> $GITHUB_OUTPUT - echo "ls -la" >> $GITHUB_OUTPUT - name: Cache uses: actions/cache@v3 id: cache @@ -63,6 +61,6 @@ runs: shell: bash run: | cd ${{ inputs.working-directory }} - echo "$(pwd)" >> $GITHUB_OUTPUT + echo " '$(pwd)' " >> $GITHUB_OUTPUT echo "ls -la" >> $GITHUB_OUTPUT # make mod-download \ No newline at end of file