Skip to content

Commit

Permalink
Update create-release-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hansung-msft authored Nov 29, 2022
1 parent 046c60f commit ce56024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
-X POST \
-H 'Accept: application/vnd.github.v3+json' \
-H 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
https://api.github.com/repos/Azure-Samples/communication-services-virtual-visits-js/pulls \
-d '{ "title":"${{ steps.version.outputs.newProjectVersion }} release branch", "head":"release/${{ steps.version.outputs.newProjectVersion }}", "base":"main", "body":"Release branch for ${{ steps.version.outputs.newProjectVersion }}. Created by the `Release - Create Branch` GitHub action. Please review." }'
https://api.github.com/repos/hansung-msft/communication-services-virtual-visits-js/pulls \
-d '{ "title":"${{ steps.version.outputs.newProjectVersion }} release branch", "head":"release/${{ steps.version.outputs.newProjectVersion }}", "base":"main", "body":"Release branch for ${{ steps.version.outputs.newProjectVersion }}. Created by the `Release - Create Branch` GitHub action. Please review." }'

0 comments on commit ce56024

Please sign in to comment.