This action adds a random image of an animal to your PR every time it is run.
Required Token with access to post on the PR.
The animal type to post a picture of. Choices are:
shiba
cat
bird
fox
dog
Defaults to shiba
Flag to denote if a single image should be updated on each execution of the action, or a new image posted each time.
- If set to
true
, then a single comment will be created, then updated each time. - If set to
false
, then a new comment will be created each time.
Defaults to true
uses: Chesire/[email protected]
with:
okami-token: ${{ secrets.GITHUB_TOKEN }}
animal-type: "shiba"
update-image: true