mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 14:07:25 +00:00
test without args
This commit is contained in:
parent
2ca1146dfd
commit
f338553518
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ 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 }}
|
||||||
#- ${{ inputs.flags }}
|
#- ${{ inputs.flags }}
|
||||||
|
|
||||||
Loading…
Reference in a new issue