diff --git a/.github/workflows/just-nut.yml b/.github/workflows/just-nut.yml index 27a93cd1..a386640d 100644 --- a/.github/workflows/just-nut.yml +++ b/.github/workflows/just-nut.yml @@ -91,10 +91,13 @@ jobs: # Otherwise each TestSession reinstalls the JIT plugin in its custom HOME dir # The --jit flag ensures we get the JIT plugin version set in the sf package.json run: | - echo "SF_DATA_DIR=${{ runner.temp }}/sf-data-dir" >> $GITHUB_ENV + echo "SF_DATA_DIR=${{ runner.temp }}/sf-data-dir" >> "$GITHUB_ENV" RAW_URL=$(gh browse package.json --repo "${{ inputs.repository }}" --no-browser | sed 's/github.com/raw.githubusercontent.com/' | sed 's/tree\/main/main/') NPM_NAME=$(curl --silent "$RAW_URL" | jq -r '.name') sf plugins install "$NPM_NAME" --jit + - name: Log SF_DATA_DIR + run: | + echo "SF_DATA_DIR=${{ env.SF_DATA_DIR }}" - name: Run NUT (with retries) uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: