mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
test token arg
This commit is contained in:
parent
e49c256d4a
commit
2ca1146dfd
1 changed files with 5 additions and 5 deletions
10
action.yml
10
action.yml
|
|
@ -20,9 +20,9 @@ branding:
|
|||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
# args:
|
||||
# - ${{ inputs.name }}
|
||||
# - ${{ inputs.token }}
|
||||
# - ${{ inputs.file }}
|
||||
# - ${{ inputs.flags }}
|
||||
args:
|
||||
#- ${{ inputs.name }}
|
||||
- ${{ inputs.token }}
|
||||
#- ${{ inputs.file }}
|
||||
#- ${{ inputs.flags }}
|
||||
|
||||
Loading…
Reference in a new issue