We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f6aa5 commit 3ffa694Copy full SHA for 3ffa694
__tests__/download.test.ts
@@ -76,7 +76,7 @@ describe('download', () => {
76
})
77
)
78
expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
79
-
+
80
expect(core.setOutput).toHaveBeenCalledWith(
81
'download-path',
82
expect.any(String)
0 commit comments