Skip to content

Commit

Permalink
Add an Explicit Example of Optional Env Var
Browse files Browse the repository at this point in the history
Summary:
The convention from other actions is to take inputs with the `with:` object
which is not the case for this action. This change adds an explicit example
to the README to hint developers where the key/value is expected.
  • Loading branch information
imdanielsp committed Dec 5, 2019
1 parent aca3c13 commit 725bfb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
```

#### Options
Expand Down

0 comments on commit 725bfb8

Please sign in to comment.