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 @@ -723,7 +723,7 @@ const create_branch_1 = __webpack_require__(515);
723
723
function run ( ) {
724
724
return __awaiter ( this , void 0 , void 0 , function * ( ) {
725
725
try {
726
- const myInput = core . getInput ( 'myInput ' ) ;
726
+ const myInput = core . getInput ( 'branch ' ) ;
727
727
yield create_branch_1 . createBranch ( github_1 . GitHub , github_1 . context , myInput ) ;
728
728
core . debug ( `Hello ${ myInput } ` ) ;
729
729
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { createBranch } from './create-branch';
4
4
5
5
async function run ( ) {
6
6
try {
7
- const myInput = core . getInput ( 'myInput ' ) ;
7
+ const myInput = core . getInput ( 'branch ' ) ;
8
8
await createBranch ( GitHub , context , myInput )
9
9
core . debug ( `Hello ${ myInput } ` ) ;
10
10
} catch ( error ) {
You can’t perform that action at this time.
0 commit comments