diff --git a/README.md b/README.md index 3818b128..4546a374 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **autoupdate** is a GitHub Action that auto-updates pull requests branches whenever changes land on their destination branch. ## Usage -Put the +Create a file, in your repository, at `.github/workflows/autoupdate.yaml` with the following: ```yaml name: autoupdate on: @@ -13,7 +13,6 @@ on: # branches: # - master # - unstable - jobs: autoupdate: name: autoupdate @@ -61,7 +60,6 @@ Here's an example workflow file with all of the above options specified: name: autoupdate on: push: {} - jobs: autoupdate: name: autoupdate