Skip to content

Commit

Permalink
fix(README.md): fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wei authored Aug 11, 2019
1 parent 8f5c77a commit ca0a6b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: wget
uses: wei/wget@master
args: -O sample.html https://httpbin.org/html
with:
args: -O sample.html https://httpbin.org/html
```

```
Expand All @@ -30,7 +31,8 @@ jobs:
steps:
- name: wget
uses: wei/wget@master
args: -qO- https://httpbin.org/get
with:
args: -qO- https://httpbin.org/get
```

### Docker
Expand Down

0 comments on commit ca0a6b7

Please sign in to comment.