mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-18 08:51:44 +00:00
fix yml error try 2
This commit is contained in:
parent
d2db6055ff
commit
baf6a7af4f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
name: 'Codecov'
|
name: 'Codecov'
|
||||||
description: 'GitHub action that uploads coverage reports for your repository to codecov.io'
|
description: 'GitHub Action that uploads coverage reports for your repository to codecov.io'
|
||||||
author: 'Ibrahim Ali @ Codecov'
|
author: 'Ibrahim Ali <@ibrahim0814> | Codecov'
|
||||||
inputs:
|
inputs:
|
||||||
name:
|
name:
|
||||||
description: 'User defined upload name. Visible in Codecov's UI'
|
description: 'User defined upload name. Visible in Codecov UI'
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: 'Set the repository token'
|
description: 'Set the repository token'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue