Skip to content

Commit cb7e3ab

Browse files
authored
fix typo in README for default on tag_name
- also cleanup optional/required for easier reading and understanding.
1 parent adbf1c0 commit cb7e3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Add following step to your workflow:
55
```yaml
66
- uses: dev-drprasad/[email protected]
77
with:
8-
delete_release: true # default: false
9-
tag_name: v0.1.0 # tag name to delete
10-
repo: <owner>/<repoName> # target repo (optional). defaults to repo running this action
8+
tag_name: v0.1.0 #(required) tag name to delete
9+
delete_release: true #(optional) default: true
10+
repo: <owner>/<repoName> #(optional) target repository. default: repo running this action
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
```

0 commit comments

Comments
 (0)