From 1b962dd38a2757fa2f49e3944fe8f6e057136d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 05:22:27 -0700 Subject: [PATCH] only curl --- action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 4403417..291ddb0 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} \ - -Z || echo 'Codecov upload failed' \ No newline at end of file + # -f ${inputs.file} \ + # -t ${inputs.token} \ + # -y ${inputs.conf} \ + # -F ${inputs.flags} \ + # -Z || echo 'Codecov upload failed' \ No newline at end of file