Update name default

This commit is contained in:
Thomas Hu
2020-08-18 22:16:42 -04:00
parent 6004246f47
commit 6145016ec0
4 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: 'GitHub Action that uploads coverage reports for your repository to
author: 'Ibrahim Ali <@ibrahim0814> & Thomas Hu <@thomasrockhu> | Codecov'
inputs:
name:
description: 'User defined upload name. Visible in Codecov UI'
description: 'User defined upload name. Visible in Codecov UI. Defaults to ${GITHUB_RUN_ID}-${GITHUB_RUN_NUMBER}'
required: false
token:
description: 'Repository upload token - get it from codecov.io. Required only for private repositories'