Skip to content

Commit 5ee7b1e

Browse files
author
Stefan Buck
authored
Merge pull request #9 from gr2m/patch-1
fix typo in action name, make description more precise
2 parents 4706bb2 + bee4600 commit 5ee7b1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'GitHub Isue Parser'
2-
description: 'Turn GitHub Issues into a JSON schema'
1+
name: 'GitHub Issue Parser'
2+
description: 'Turn a GitHub Issues body into a JSON object'
33
inputs:
44
template-path:
55
description: 'Path to the issue form template file'
@@ -8,4 +8,4 @@ outputs:
88
description: 'JSON string'
99
runs:
1010
using: 'node12'
11-
main: 'dist/index.js'
11+
main: 'dist/index.js'

0 commit comments

Comments
 (0)