Skip to content

Commit

Permalink
[skip ci] Escape branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
pierlon committed May 10, 2021
1 parent 14aa516 commit cc1f3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: steps.changes.outputs.changed == 1 && steps.remote-branch.outputs.exists == 0
run: |
git push -u origin "$HEAD_BRANCH"
gh pr create --base "$BASE_BRANCH" --title "Update documentation for `$BASE_BRANCH` branch" --body "" --label Documentation
gh pr create --base "$BASE_BRANCH" --title "Update documentation for \`$BASE_BRANCH\` branch" --body "" --label Documentation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_BRANCH: ${{ steps.branches.outputs.base }}
Expand Down

0 comments on commit cc1f3cb

Please sign in to comment.