mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
global single brackets
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user