Skip to content

Commit 7db804f

Browse files
authored
add metadata for the joke action
1 parent 6887669 commit 7db804f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/joke-action/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "my joke action"
22

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

5+
outputs:
6+
joke-output:
7+
description: The resulting joke from the icanhazdadjokes API
8+
59
runs:
610
using: "node16"
711
main: "main.js"

0 commit comments

Comments
 (0)