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 b7e70f9 commit fd89dc3Copy full SHA for fd89dc3
action.yml
@@ -0,0 +1,7 @@
1
+name: "my joke action"
2
+
3
+description: "use an external API to retrieve and display a joke"
4
5
+runs:
6
+ using: "node16"
7
+ main: "main.js"
0 commit comments