We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f040900 commit b78bf95Copy full SHA for b78bf95
1 file changed
action.yml
@@ -13,8 +13,8 @@ outputs:
13
invalid:
14
description: 'One or more of relative file paths of the invalid JSON files, found in the repository (separated by comma).'
15
runs:
16
- using: 'node12'
17
- main: 'lib/main.js'
+ using: 'docker'
+ image: 'Dockerfile'
18
branding:
19
icon: 'check'
20
color: purple
0 commit comments