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
106
106
TASK=" set-version"
107
107
# VERSION is BRANCH here for now
108
108
TASK_ARGS=(" $VERSION " )
109
+ REPO_BINDING=" $repo :/sln"
109
110
;;
110
111
* )
111
112
echo -e " \nUsage:\n\t $CMD is not supported right now\n"
Original file line number Diff line number Diff line change 41
41
42
42
- name : Run build script
43
43
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