Skip to content

Commit 73d0233

Browse files
committed
dev: Development changes
1 parent b3b8be7 commit 73d0233

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
type: string
77
description: "Build script to be executed"
88
default: 'npm run build'
9+
branch:
10+
type: string
11+
default: 'dev'
912
secrets:
1013
PERSONAL_ACCESS_TOKEN:
1114
description: "Github personal access token"
@@ -66,6 +69,6 @@ jobs:
6669
#
6770

6871
- name: Parse Directories
69-
uses: panates/github-actions/.github/actions/node-build
72+
uses: panates/github-actions/.github/actions/node-build@${{ inputs.branch }}
7073
with:
7174
packages: ${{ steps.environment.outputs.packages }}

0 commit comments

Comments
 (0)