diff --git a/action.yml b/action.yml index d6168ce..4403417 100644 --- a/action.yml +++ b/action.yml @@ -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' \ No newline at end of file