diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9a4fd36..c0dcfc5 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -128,6 +128,11 @@ jobs: fail-fast: false steps: + - name: Set env vars + run: | + export REPOSITORY_NAME=${GITHUB_REPOSITORY#*/} # just the repo, as opposed to org/repo + echo "REPOSITORY_NAME=${REPOSITORY_NAME}" >> $GITHUB_ENV + - name: Download docs from GitHub artifacts uses: actions/download-artifact@v3 with: