Skip to content

Commit

Permalink
fixed invalid output
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 12, 2024
1 parent 4e761ad commit e4f0cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
shell: bash
run: |
sanitized_branch=$(echo "$BRANCH_NAME" | tr '/' '_')
echo "sanitized_ref=$sanitized_ref" >> $GITHUB_ENV
echo "sanitized_ref=$sanitized_ref" >> $GITHUB_OUTPUT
env:
BRANCH_NAME: "${{ github.head_ref }}"
id: extract_branch
- uses: actions/upload-artifact@v4
with:
name: "${{ env.sanitized_ref }}-doc"
name: "${{ steps.extract_branch.outputs.sanitized_ref }}-doc"
path: ./crate-docs/
retention-days: 1
if-no-files-found: error

0 comments on commit e4f0cae

Please sign in to comment.