File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This GitHub Action also assignes a user and the tag `enhancement` to the newly c
20
20
- Required: yes
21
21
- ` github-token ` : Which GitHub token should be used to query the GitHub API
22
22
- Required: yes
23
- - ` dry-run ` : If true, the Action will not create any issues but just simulate them
23
+ - ` dry-run ` : If ' true' , the Action will not create any issues but just simulate them
24
24
- Required: no
25
25
26
26
## Outputs
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ inputs:
24
24
required : true
25
25
dry-run :
26
26
description : ' If true, the Action will not create any issues but just simulate them'
27
- require : false
28
- default : false
27
+ required : false
28
+ default : ' false'
29
29
runs :
30
30
using : ' docker'
31
31
image : ' Dockerfile'
You can’t perform that action at this time.
0 commit comments