We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccac89 commit 61d92b5Copy full SHA for 61d92b5
README.md
@@ -19,7 +19,8 @@ jobs:
19
steps:
20
- name: curl
21
uses: wei/curl@master
22
- args: https://httpbin.org/get
+ with:
23
+ args: https://httpbin.org/get
24
```
25
26
@@ -30,7 +31,8 @@ jobs:
30
31
32
33
- args: -X POST https://httpbin.org/post
34
35
+ args: -X POST https://httpbin.org/post
36
37
38
@@ -42,7 +44,8 @@ jobs:
42
44
- uses: actions/checkout@master
43
45
46
- args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml
47
48
+ args: --upload-file .github/workflows/main.yml https://transfer.sh/main-workflow.yml
49
50
51
### Docker
0 commit comments