Skip to content

Commit

Permalink
CI: add a missing step to set the env vars in the docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Aug 14, 2024
1 parent 4b1c2f5 commit 7a34951
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a34951

Please sign in to comment.