global single brackets

This commit is contained in:
“ibrahim0814”
2019-08-06 05:11:44 -07:00
parent a5ce66b5e3
commit 2259c5b337

View File

@@ -21,8 +21,8 @@ runs:
using: 'node12' using: 'node12'
main: | main: |
curl -s https://codecov.io/bash | bash -s -- \ curl -s https://codecov.io/bash | bash -s -- \
-f ${{inputs.file}} \ -f ${inputs.file} \
-t ${{inputs.token}} \ -t ${inputs.token} \
-y ${{inputs.conf}} \ -y ${inputs.conf} \
-F ${{inputs.flags}} \ -F ${inputs.flags} \
-Z || echo 'Codecov upload failed' -Z || echo 'Codecov upload failed'