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 ee6691a commit 74fda39Copy full SHA for 74fda39
.github/actions/joke-action/action.yml
@@ -1,10 +1,10 @@
1
-name: "my joke action"
2
-description: "use an external API to retrieve and display a joke"
+name: 'my joke action'
+description: 'use an external API to retrieve and display a joke'
3
4
outputs:
5
joke-output:
6
- description: "The resulting joke from the icanhazdadjokes API"
+ description: 'The resulting joke from the icanhazdadjokes API'
7
8
-runs:
+runs:
9
using: node16
10
- main: main.js
+ main: ./main.js
0 commit comments