fix: pass argument explicitly
Signed-off-by: ElaineDeMattosSilvaB <elaine.mattos@gmail.com>
This commit is contained in:
@@ -224,7 +224,7 @@ export const createGitlabRepoPushAction = (options: {
|
||||
branchName,
|
||||
ctx.input.commitMessage,
|
||||
actions,
|
||||
...(allowEmpty !== undefined ? [{ allowEmpty } as object] : []),
|
||||
allowEmpty !== undefined ? ({ allowEmpty } as any) : undefined,
|
||||
);
|
||||
return commit.id;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user