mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
global single brackets
This commit is contained in:
parent
a5ce66b5e3
commit
2259c5b337
1 changed files with 4 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ runs:
|
|||
using: 'node12'
|
||||
main: |
|
||||
curl -s https://codecov.io/bash | bash -s -- \
|
||||
-f ${{inputs.file}} \
|
||||
-t ${{inputs.token}} \
|
||||
-y ${{inputs.conf}} \
|
||||
-F ${{inputs.flags}} \
|
||||
-f ${inputs.file} \
|
||||
-t ${inputs.token} \
|
||||
-y ${inputs.conf} \
|
||||
-F ${inputs.flags} \
|
||||
-Z || echo 'Codecov upload failed'
|
||||
Loading…
Reference in a new issue