Skip to content

Commit 7042bd7

Browse files
authored
Merge pull request dev-drprasad#42 from dev-drprasad/thadguidry-patch-README
Update README.md
2 parents 6f8cbf9 + 58665de commit 7042bd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
Add following step to your workflow:
55

66
```yaml
7-
- uses: dev-drprasad/delete-tag-and-release@v1.0 # PRERELEASE is v1.0 and can also be used to test and give us feedback
7+
- uses: dev-drprasad/delete-tag-and-release@v1.2
88
with:
9-
tag_name: v0.1.0 #(required) tag name to delete
10-
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) a GitHub token with write access to the repo that needs to be modified
11-
delete_release: true #(optional) default: true
12-
repo: <owner>/<repoName> #(optional) target repository. default: repo running this action
9+
tag_name: v0.1.2 #(required) - The name of the tag to delete. This is expected to be solely the tag name, not the name of a git reference.
10+
delete_release: true #(optional) default: true - also delete releases and their assets that are associated to the tag name
11+
repo: <owner>/<repoName> #(optional) default: repo running this action - the target repository.
12+
github_token: ${{ secrets.GITHUB_TOKEN }} # (required) - a GitHub token with write access to the repo that needs to be modified
1313
```
1414
1515
## Developing
1616
1717
You can follow these instructions to get this project cloned to your local machine and ready for development. Note that
18-
development requires at least [Node 16](https://nodejs.org/en/download) to be installed on your computer.
18+
development requires at least [Node 20](https://nodejs.org/en/download) to be installed on your computer.
1919
2020
```shell
2121
git clone https://github.com/dev-drprasad/delete-tag-and-release.git

0 commit comments

Comments
 (0)