File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ case $CMD in
106106 TASK=" set-version"
107107 # VERSION is BRANCH here for now
108108 TASK_ARGS=(" $VERSION " )
109+ REPO_BINDING=" $repo :/sln"
109110 ;;
110111 * )
111112 echo -e " \nUsage:\n\t $CMD is not supported right now\n"
Original file line number Diff line number Diff line change 4141
4242 - name : Run build script
4343 run : >
44- dotnet-tool/release-notes apply-labels --version ${{ github.event.inputs.version }} ${{ github.event.organization.name }} ${{ github.event.repository.name }}
45- --token ${{ secrets.GITHUB_TOKEN }} --backportlabelformat "Backport BRANCH"
44+ dotnet-tool/release-notes apply-labels --version ${{ github.event.inputs.version }} ${{ github.event.organization.login }} ${{ github.event.repository.name }} --token ${{ secrets.GITHUB_TOKEN }} --backportlabelformat "Backport BRANCH"
You can’t perform that action at this time.
0 commit comments