mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-21 11:47:07 +00:00
feat: use node executor
This commit is contained in:
parent
7b883f8510
commit
f89b01aa7e
4 changed files with 34 additions and 6 deletions
14
action.yml
14
action.yml
|
|
@ -14,9 +14,13 @@ inputs:
|
|||
GitHub personal access token that Renovate should use. This should be
|
||||
configured using a Secret.
|
||||
required: true
|
||||
#runs:
|
||||
# using: docker
|
||||
# image: src/Dockerfile
|
||||
# args:
|
||||
# - ${{ inputs.configurationFile }}
|
||||
# - ${{ inputs.token }}
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: src/Dockerfile
|
||||
args:
|
||||
- ${{ inputs.configurationFile }}
|
||||
- ${{ inputs.token }}
|
||||
using: 'node12'
|
||||
main: 'src/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue