Skip to content

Commit

Permalink
Remove stray double-quote char (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath authored Nov 9, 2023
1 parent 6b3c033 commit f644e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Set Docs PR Branch Name
run: |
cleaned_branch=$(echo "${{ github.event.inputs.agent_version }}"" | sed 's/\./-/g')
cleaned_branch=$(echo "${{ github.event.inputs.agent_version }}" | sed 's/\./-/g')
echo "branch_name=dotnet-release-$cleaned_branch"
echo "branch_name=dotnet-release-$cleaned_branch" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit f644e0f

Please sign in to comment.