Skip to content

Commit 26cd82a

Browse files
committed
Fix core to add getBooleanInput to __fixtures__
1 parent 498fade commit 26cd82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__fixtures__/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const debug = jest.fn<typeof core.debug>()
55
export const error = jest.fn<typeof core.error>()
66
export const info = jest.fn<typeof core.info>()
77
export const getInput = jest.fn<typeof core.getInput>()
8+
export const getBooleanInput = jest.fn<typeof core.getBooleanInput>()
89
export const setOutput = jest.fn<typeof core.setOutput>()
910
export const setFailed = jest.fn<typeof core.setFailed>()
1011
export const warning = jest.fn<typeof core.warning>()

0 commit comments

Comments
 (0)