File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Run [Curio](https://curio.sh/) as a [GitHub Action](https://github.com/features/
9
9
``` yaml
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - uses : bearer/curio-action@v0.1
12
+ - uses : bearer/curio-action@v0.2
13
13
` ` `
14
14
15
15
### Using custom values for inputs
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Curio
21
- uses : bearer/curio-action@v0.1
21
+ uses : bearer/curio-action@v0.2
22
22
with :
23
23
config-file : ' /some/path/curio.yml'
24
24
only-rule : ' ruby_lang_cookies,ruby_lang_http_post_insecure_with_data'
44
44
- uses : actions/checkout@v3
45
45
- name : Run Report
46
46
id : report
47
- uses : bearer/curio-action@v0.1
47
+ uses : bearer/curio-action@v0.2
48
48
- id : summary
49
49
name : Display Summary
50
50
uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments