File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ inputs:
18
18
default : false
19
19
required : false
20
20
outputs :
21
- issue_id :
22
- description : ' The issue ID created by the radar'
21
+ issue_number :
22
+ description : ' The issue number of the created radar issue '
23
23
runs :
24
24
using : ' node12'
25
25
main : ' dist/index.js'
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ Previously: #${currentRadarNumber}`
650
650
await pin ( newRadarId ) ;
651
651
}
652
652
653
- core . setOutput ( 'issue_id ' , newRadarId ) ;
653
+ core . setOutput ( 'issue_number ' , newRadarNumber ) ;
654
654
}
655
655
catch ( error ) {
656
656
core . error ( `Error encountered: ${ error } .` ) ;
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Previously: #${currentRadarNumber}`
149
149
await pin ( newRadarId ) ;
150
150
}
151
151
152
- core . setOutput ( 'issue_id ' , newRadarId ) ;
152
+ core . setOutput ( 'issue_number ' , newRadarNumber ) ;
153
153
}
154
154
catch ( error ) {
155
155
core . error ( `Error encountered: ${ error } .` ) ;
You can’t perform that action at this time.
0 commit comments