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 4d96b89 commit 974c2fbCopy full SHA for 974c2fb
1 file changed
src/validators.ts
@@ -112,7 +112,6 @@ export function validateInputs(inputs: ActionInputs): void {
112
throw new Error('object-ttl-days must be a positive number');
113
}
114
115
-
116
117
118
function validatePath(inputPath: string, sourceType: SourceType): void {
0 commit comments