This action retrieves the 'Joke of the Day' from the https://jokes.one/ API and prints it to the workflow step output log.
Optional Your Jokes One API Key. Default "None"
.
The Joke of the Day.
Without API Key:
uses: h2floh/action-get-joke-of-the-day@v1
With API Key [for security reasons you should store your API Key as a GitHub Secret and reference it in the workflow]:
uses: h2floh/action-get-joke-of-the-day@v1
with:
jokes-one-api-key: ${{ secrets.<YOURAPISECRET> }}