Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ We will start with using the parameters that are **required** and later implemen
```shell
git add action.yml
git commit -m 'create action.yml'
git pull
git push
```
5. Wait about 20 seconds then refresh this page for the next step.
Expand Down Expand Up @@ -216,7 +217,7 @@ Our action does not require much metadata for it to run correctly. We will not b
```shell
git add action.yml
git commit -m 'add metadata for the joke action'
git push
git pull;git push
```
4. Wait about 20 seconds then refresh this page for the next step.

Expand Down Expand Up @@ -379,7 +380,7 @@ _Don't forget to call the `run()` function._
```shell
git add joke.js main.js
git commit -m 'creating joke.js and main.js'
git push
git pull;git push
```

</details>
Expand Down