Skip to content

Commit 303b838

Browse files
tgenovCopilot
andauthored
Update github-action/src/main.ts
Co-authored-by: Copilot <[email protected]>
1 parent 599ca50 commit 303b838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-action/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function runMain(): Promise<void> {
3535
core.info('Starting...');
3636
core.saveState('hasRunMain', 'true');
3737

38-
const mergeTag = emptyStringAsUndefined(core.getInput('mergeTag'));
38+
const mergeTag = emptyStringAsUndefined(core.getInput('mergeTag').trim());
3939
const platformTag = emptyStringAsUndefined(
4040
core.getInput('platformTag').trim(),
4141
);

0 commit comments

Comments
 (0)