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.
At this point we can't expect much from our workflow, if you remember all of its contents are commented out. Let's go ahead and fix that now so that we can see our Action fetch us a joke.
4
+
5
+
### :keyboard: Activity: Restore the workflow file
6
+
7
+
The great news is that we only need to add a call to our new Action. Follow these steps to do so:
8
+
9
+
1.[Edit]({{workflowFile}}) your current workflow file
10
+
2. Uncomment the contents of the file
11
+
3. Add a new `step:` that has a `name:` of **ha-ha** and`uses:` your new `joke-action`
12
+
4. Commit the changes to the `action-two` branch
13
+
5. Check the workflow results on the [Actions tab]({{actionsUrl}})
14
+
15
+
I'll respond once I notice your workflow has completed
16
+
17
+
---
18
+
19
+
<details><summary>The complete workflow can be viewed by clicking here</summary>
0 commit comments