You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/steps/3-create-metadata-file.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ Our action does not require much metadata for it to run correctly. We will not b
57
57
3. Commit the changes and push them to GitHub:
58
58
```shell
59
59
git add action.yml
60
+
git pull
60
61
git commit -m 'add metadata for the joke action'
61
-
git pull
62
62
git push
63
63
```
64
64
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