Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 8, 2020
1 parent 22607e9 commit 0719bc6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions __tests__/common/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ export const ChangedFilesInputs: any[] = [
{ format: 'json', changedFiles: normalFileArray },
{ format: ' ', changedFiles: normalFileArray },
{ format: ',', changedFiles: normalFileArray },
{ format: 'json', changedFiles: normalFileArray },
{ format: 'json'}],
events: "push"
}
{ format: 'json', changedFiles: normalFileArray }
],
[
{ format: 'json'}
]],
events: "push" }
]
export const writeOutputInputs: any[] = [
{ inputs: ['Sets core.setOutput outputs with specified format',
Expand Down

0 comments on commit 0719bc6

Please sign in to comment.