We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c87df7 commit aaffa48Copy full SHA for aaffa48
.github/actions/joke-action/action.yml
@@ -2,6 +2,10 @@ name: "my joke action"
2
3
description: "use an external API to retrieve and display a joke"
4
5
+outputs:
6
+ joke-output:
7
+ description: The resulting joke from the icanhazdadjokes API
8
+
9
runs:
10
using: "node16"
11
main: "main.js"
0 commit comments