Skip to content

Commit fd89dc3

Browse files
authored
Create action.yml
git add action.yml git commit -m 'create action.yml' git pull git push
1 parent b7e70f9 commit fd89dc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

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)