mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
test token arg
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user