Skip to content

Commit

Permalink
chore: update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Apr 3, 2021
1 parent a4ed25c commit 7109e7a
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# Okami
GitHub action to post animal images/gifs on PRs
# Okami action

This actions adds a random image of an animal to your PR every time it is run.

## Inputs

### `okami-token`

**Required** Token with access to post on the PR.

### `animal-type`

The animal type to post a picture of.
Choices are:

- `shiba`
- `cat`
- `bird`
- `fox`
- `dog`

Defaults to `shiba`

## Example usage

```yaml
uses: actions/okami-action@v1
with:
okami-token: ${{ secrets.GITHUB_TOKEN }
animal-type: "shiba"
```
## Development
Run `ncc build index.js --license licenses.txt` before commiting files.

0 comments on commit 7109e7a

Please sign in to comment.