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 committed Aug 11, 2019
1 parent fccac89 commit 61d92b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- name: curl
uses: wei/curl@master
args: https://httpbin.org/get
with:
args: https://httpbin.org/get
```

```
Expand All @@ -30,7 +31,8 @@ jobs:
steps:
- name: curl
uses: wei/curl@master
args: -X POST https://httpbin.org/post
with:
args: -X POST https://httpbin.org/post
```

```
Expand All @@ -42,7 +44,8 @@ jobs:
- uses: actions/checkout@master
- name: curl
uses: wei/curl@master
args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml
with:
args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml
```

### Docker
Expand Down

0 comments on commit 61d92b5

Please sign in to comment.