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.
tag_name
1 parent adbf1c0 commit cb7e3abCopy full SHA for cb7e3ab
README.md
@@ -5,9 +5,9 @@ Add following step to your workflow:
5
```yaml
6
- uses: dev-drprasad/[email protected]
7
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
+ tag_name: v0.1.0 #(required) tag name to delete
+ delete_release: true #(optional) default: true
+ repo: <owner>/<repoName> #(optional) target repository. default: repo running this action
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
```
0 commit comments