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 4706bb2 commit bee4600Copy full SHA for bee4600
1 file changed
action.yml
@@ -1,5 +1,5 @@
1
-name: 'GitHub Isue Parser'
2
-description: 'Turn GitHub Issues into a JSON schema'
+name: 'GitHub Issue Parser'
+description: 'Turn a GitHub Issues body into a JSON object'
3
inputs:
4
template-path:
5
description: 'Path to the issue form template file'
@@ -8,4 +8,4 @@ outputs:
8
description: 'JSON string'
9
runs:
10
using: 'node12'
11
- main: 'dist/index.js'
+ main: 'dist/index.js'
0 commit comments