Skip to content

Commit 74fda39

Browse files
authored
Fix formatting and path in joke action YAML
1 parent ee6691a commit 74fda39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "my joke action"
2-
description: "use an external API to retrieve and display a joke"
1+
name: 'my joke action'
2+
description: 'use an external API to retrieve and display a joke'
33

44
outputs:
55
joke-output:
6-
description: "The resulting joke from the icanhazdadjokes API"
6+
description: 'The resulting joke from the icanhazdadjokes API'
77

8-
runs:
8+
runs:
99
using: node16
10-
main: main.js
10+
main: ./main.js

0 commit comments

Comments
 (0)