mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +00:00
empty args list
This commit is contained in:
parent
f338553518
commit
22e73b5938
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ branding:
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
#args:
|
args:
|
||||||
#- ${{ inputs.name }}
|
#- ${{ inputs.name }}
|
||||||
#- ${{ inputs.token }}
|
#- ${{ inputs.token }}
|
||||||
#- ${{ inputs.file }}
|
#- ${{ inputs.file }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue