You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: responses/10_create-metadata.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
Our Action does not require much metadata for it to run correctly. We will not be accepting any inputs, we will however be setting a single output this time.
6
6
7
+
We will not use the `joke-output` in in this portion of the course. There will be a later step that will rely on this Actions output.
8
+
7
9
1. Create a file named `action.yml`
8
10
2. Use the `name` parameter to name your Action `"external API action"`
9
11
3. Next, add a `description` parameter and give it a value of `"use an external API to retrieve and display a joke"`
0 commit comments