File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ We will start with using the parameters that are **required** and later implemen
159
159
` ` ` shell
160
160
git add action.yml
161
161
git commit -m ' create action.yml'
162
+ git pull
162
163
git push
163
164
` ` `
164
165
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
216
217
` ` ` shell
217
218
git add action.yml
218
219
git commit -m ' add metadata for the joke action'
220
+ git pull
219
221
git push
220
222
` ` `
221
223
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._
379
381
` ` ` shell
380
382
git add joke.js main.js
381
383
git commit -m ' creating joke.js and main.js'
384
+ git pull
382
385
git push
383
386
` ` `
384
387
You can’t perform that action at this time.
0 commit comments