mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 07:27:24 +00:00
puts docker args back in
This commit is contained in:
parent
22e73b5938
commit
2ce8445bdf
1 changed files with 4 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ 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