convert to docker action

This commit is contained in:
“ibrahim0814”
2019-08-06 14:02:11 -07:00
parent 8b22c3537a
commit f3f8338f33
4 changed files with 22 additions and 4 deletions

View File

@@ -13,11 +13,13 @@ inputs:
default: ''
token:
description: 'Set the private repository token (defaults to environment variable CODECOV_TOKEN)'
default: ${CODECOV_TOKEN}
default: 'chicken'
branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'node12'
main: 'main.js'
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}
#plugin: 'checkout'