Skip to content

Commit 4f4f5c2

Browse files
authored
Merge pull request #6 from maxkratz/hotfix/dry-run-parameter
Fixes the dry run parameter definition
2 parents 2820ee2 + bb1d664 commit 4f4f5c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This GitHub Action also assignes a user and the tag `enhancement` to the newly c
2020
- Required: yes
2121
- `github-token`: Which GitHub token should be used to query the GitHub API
2222
- 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
2424
- Required: no
2525

2626
## Outputs

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ inputs:
2424
required: true
2525
dry-run:
2626
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'
2929
runs:
3030
using: 'docker'
3131
image: 'Dockerfile'

0 commit comments

Comments
 (0)