Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerXu committed Sep 26, 2019
1 parent 1c6278b commit be424eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: anothrNick
```

#### Options

* **GITHUB_TOKEN** ***(required)*** - Required for permission to tag the repo.
* **REPO_OWNER** ***(required)*** - Required to target the repo to tag.
* **DEFAULT_BUMP** *(optional)* - Which type of bump to use when none explicitly provided (default: `minor`).

> ***Note:*** This action creates a [lightweight tag](https://developer.github.com/v3/git/refs/#create-a-reference).
Expand Down

0 comments on commit be424eb

Please sign in to comment.