diff --git a/__tests__/Inputs.test.ts b/__tests__/Inputs.test.ts index 8cebcc2..e3c1794 100644 --- a/__tests__/Inputs.test.ts +++ b/__tests__/Inputs.test.ts @@ -294,6 +294,7 @@ describe('Inputs', () => { expect(inputs.tag).toBe('sha-tag') }) it('throws if no tag', () => { + context.ref = "" expect(() => inputs.tag).toThrow() }) })