Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Dec 19, 2019
1 parent 7f5ef9b commit d8ae778
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ nickname of the responding user
Response written from an authenticated user

## Example usage
on: [push]

### Example 3: Simple IRC notification of pushes

```yaml
on: [push]

jobs:
notification:
runs-on: ubuntu-latest
Expand All @@ -79,6 +80,8 @@ jobs:
### Example 2: Acknowledge an action via IRC
```yaml
on: [push]

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d8ae778

Please sign in to comment.