Skip to content

Commit

Permalink
Fix the docs workflow (#6947)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Apr 26, 2024
1 parent 0e845fc commit 9ac4e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}
run: |
version=${{ github.event_name == 'release' && join(' of v', github.event.release.tag_name) || '' }}
version="${{ github.event_name == 'release' && format(' of v{0}', github.event.release.tag_name) || '' }}"
head_branch=feature/auto-update-${{ github.run_number }}-${{ github.run_attempt }}
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
Expand Down

0 comments on commit 9ac4e45

Please sign in to comment.