Skip to content

Commit e946b38

Browse files
authored
Update 3-create-metadata-file.md (#47)
pull should happen before the new commit since a merge conflict may occur
1 parent 0cdea6c commit e946b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/3-create-metadata-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Our action does not require much metadata for it to run correctly. We will not b
5757
3. Commit the changes and push them to GitHub:
5858
```shell
5959
git add action.yml
60+
git pull
6061
git commit -m 'add metadata for the joke action'
61-
git pull
6262
git push
6363
```
6464
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.

0 commit comments

Comments
 (0)