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 1015bb4 commit 5628508Copy full SHA for 5628508
.github/actions/joke-action/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