Skip to content

Commit

Permalink
docs(README): Update example workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
isthatcentered committed Jan 17, 2020
1 parent 5ba8162 commit 3ff9bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _(Or whatever your build folder is called)_
### TLDR;

```yaml
name: Test action
name: Deploy app
on: [push]
jobs:
deploy:
Expand All @@ -33,7 +33,7 @@ jobs:
### Full on
```yaml
name: Hello world
name: Deploy app
on:
push:
branches:
Expand Down

0 comments on commit 3ff9bed

Please sign in to comment.