Skip to content

Commit c75a93a

Browse files
authored
create action.yml
This action retrieves and displays a joke using an external API.
1 parent 483fc2d commit c75a93a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)