mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
change token requirement to true
This commit is contained in:
parent
b4c0b83601
commit
d5749ba79a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ inputs:
|
|||
required: false
|
||||
token:
|
||||
description: 'Repository upload token - get it from codecov.io'
|
||||
required: false
|
||||
required: true
|
||||
file:
|
||||
description: 'Path to coverage file to upload'
|
||||
required: false
|
||||
|
|
@ -25,4 +25,4 @@ runs:
|
|||
- ${{ inputs.token }}
|
||||
- ${{ inputs.file }}
|
||||
- ${{ inputs.flags }}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue