From e765479be01c140f10b1c7a9b95e5dc2651f0f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 05:08:25 -0700 Subject: [PATCH] single brackets --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ac2546d..07c3883 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: default: '' token: description: 'Set the private repository token (defaults to environment variable CODECOV_TOKEN)' - default: ${{secrets.CODECOV_TOKEN}} + default: ${secrets.CODECOV_TOKEN} branding: color: 'red' icon: 'umbrella'