We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d657c8e commit e91bf43Copy full SHA for e91bf43
__tests__/config.test.ts
@@ -23,5 +23,5 @@ test('parse upload_to', () => {
23
24
test('upload_to should raise exception if unknown scheme provided', () => {
25
const t = () => loadConfig({"INPUT_UPLOAD-TO": "unknown://"});
26
- expect(t).toThrowError("Invalid upload_to scheme: unknown://. Accepted, s3:// or github-release://");
+ expect(t).toThrow("Invalid upload_to scheme: unknown://. Accepted, s3:// or github-release://");
27
});
0 commit comments