We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b8be7 commit 73d0233Copy full SHA for 73d0233
1 file changed
.github/workflows/node-build.yaml
@@ -6,6 +6,9 @@ on:
6
type: string
7
description: "Build script to be executed"
8
default: 'npm run build'
9
+ branch:
10
+ type: string
11
+ default: 'dev'
12
secrets:
13
PERSONAL_ACCESS_TOKEN:
14
description: "Github personal access token"
@@ -66,6 +69,6 @@ jobs:
66
69
#
67
70
68
71
- name: Parse Directories
- uses: panates/github-actions/.github/actions/node-build
72
+ uses: panates/github-actions/.github/actions/node-build@${{ inputs.branch }}
73
with:
74
packages: ${{ steps.environment.outputs.packages }}
0 commit comments