Skip to content

Commit

Permalink
fix(pr): trying to disambiguate branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelAlphonso committed Jun 7, 2022
1 parent 367c937 commit 2516833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Exrtact changelog
shell: bash
run: |
CHANGELOG=$(./create-release-notes --from ${{ github.event.inputs.base }} -- --group)
CHANGELOG=$(./create-release-notes --from '${{ github.event.inputs.base }} --' --group)
CHANGELOG="${CHANGELOG//'%'/'%25'}"
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
Expand Down

0 comments on commit 2516833

Please sign in to comment.