Skip to content

Commit edf6f9e

Browse files
authored
Little cleanup (#16)
* remove unused script * wordsmith * tell learner which workflow results to look at
1 parent 008d4a4 commit edf6f9e

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

‎.github/script/create-workflow-pr.sh

-20
This file was deleted.

‎README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ We will start with using the parameters that are **required** and later implemen
150150
description: "use an external API to retrieve and display a joke"
151151
152152
runs:
153-
using: "node12"
153+
using: "node16"
154154
main: "main.js"
155155
```
156156
3. Save the `action.yml` file
@@ -208,7 +208,7 @@ Our action does not require much metadata for it to run correctly. We will not b
208208
description: The resulting joke from the icanhazdadjokes API
209209
210210
runs:
211-
using: "node12"
211+
using: "node16"
212212
main: "main.js"
213213
```
214214
2. Save the `action.yml` file
@@ -420,7 +420,9 @@ jobs:
420420
uses: ./.github/actions/joke-action
421421

422422
```
423-
423+
424+
You can make these changes in your repository by opening [`my-workflow.yml`](/.github/workflows/my-workflow.yml) in another browswer tab and [editing the file directly](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files). Make sure to select the `Commit directly to the main branch` option.
425+
424426
</details>
425427
426428
<details id=6>
@@ -435,7 +437,7 @@ Everything is all set up and now we are ready to start laughing. You will find y
435437
1. Open issue #1 in the "Issues tab"
436438
2. Apply the `first-joke` label to the issue
437439
3. Wait a few seconds and then apply the `second-joke` label to the issue
438-
4. Check the workflow results on the "Actions tab"
440+
4. Check the `JS Actions` workflow results on the "Actions tab"
439441
440442
</details>
441443

0 commit comments

Comments
 (0)