Skip to content

Commit

Permalink
Fix hanging sentence!.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinthakagodawita committed Jan 14, 2020
1 parent 95e2916 commit 4f5feb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -13,7 +13,6 @@ on:
# branches:
# - master
# - unstable

jobs:
autoupdate:
name: autoupdate
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f5feb8

Please sign in to comment.