From 2259c5b33706a3773d127ff862a2fb5a75216c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 05:11:44 -0700 Subject: [PATCH] global single brackets --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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