Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chassagnol authored May 12, 2024
1 parent dc40ff3 commit e2e6159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/joke-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "my joke action"

description: "use an external API to retrieve and display a joke"

outputs:
joke-output:
description: The resulting joke from the icanhazdadjokes API

runs:
using: "node16"
main: "main.js"

0 comments on commit e2e6159

Please sign in to comment.