Skip to content

Commit

Permalink
Update 3-create-metadata-file.md (#47)
Browse files Browse the repository at this point in the history
pull should happen before the new commit since a merge conflict may occur
  • Loading branch information
halradaideh committed Jul 22, 2024
1 parent 0cdea6c commit e946b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/steps/3-create-metadata-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Our action does not require much metadata for it to run correctly. We will not b
3. Commit the changes and push them to GitHub:
```shell
git add action.yml
git pull
git commit -m 'add metadata for the joke action'
git pull
git push
```
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 comments on commit e946b38

Please sign in to comment.