Skip to content

Commit e5b5514

Browse files
Add git pull before you push (#2)
* Add git pull before you push * Update README.md Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * Update README.md Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> * Update README.md Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 350d075 commit e5b5514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ We will start with using the parameters that are **required** and later implemen
159159
```shell
160160
git add action.yml
161161
git commit -m 'create action.yml'
162+
git pull
162163
git push
163164
```
164165
5. Wait about 20 seconds then refresh this page for the next step.
@@ -216,6 +217,7 @@ Our action does not require much metadata for it to run correctly. We will not b
216217
```shell
217218
git add action.yml
218219
git commit -m 'add metadata for the joke action'
220+
git pull
219221
git push
220222
```
221223
4. Wait about 20 seconds then refresh this page for the next step.
@@ -379,6 +381,7 @@ _Don't forget to call the `run()` function._
379381
```shell
380382
git add joke.js main.js
381383
git commit -m 'creating joke.js and main.js'
384+
git pull
382385
git push
383386
```
384387

0 commit comments

Comments
 (0)