We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a821ff commit 56d35a7Copy full SHA for 56d35a7
action.yml
@@ -1,4 +1,7 @@
1
name: scarbous/node-runner
2
+branding:
3
+ icon: package
4
+ color: orange
5
description: It will install and run your npm script
6
inputs:
7
nodeVersion:
@@ -12,7 +15,9 @@ inputs:
12
15
default: "build"
13
16
runs:
14
17
using: 'docker'
18
+ args:
19
+ - NODE_VERSION=${{ inputs.nodeVersion }}
20
env:
21
DIR: "/github/workspace/${{ inputs.dir }}"
22
TASK: ${{ inputs.task }}
- image: "docker://ghcr.io/scarbous/node-runner/${{ inputs.nodeVersion }}:latest"
23
+ image: "Dockerfile"
0 commit comments