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/
99``` yaml
1010steps :
1111 - uses : actions/checkout@v3
12- - uses : bearer/curio-action@v0.1
12+ - uses : bearer/curio-action@v0.2
1313` ` `
1414
1515### Using custom values for inputs
1818steps :
1919 - uses : actions/checkout@v3
2020 - name : Curio
21- uses : bearer/curio-action@v0.1
21+ uses : bearer/curio-action@v0.2
2222 with :
2323 config-file : ' /some/path/curio.yml'
2424 only-rule : ' ruby_lang_cookies,ruby_lang_http_post_insecure_with_data'
4444 - uses : actions/checkout@v3
4545 - name : Run Report
4646 id : report
47- uses : bearer/curio-action@v0.1
47+ uses : bearer/curio-action@v0.2
4848 - id : summary
4949 name : Display Summary
5050 uses : actions/github-script@v6
You can’t perform that action at this time.
0 commit comments