Skip to content

Commit c19b386

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/node-build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
type: string
77
description: "Build script to be executed"
88
default: 'npm run build'
9-
branch:
10-
type: string
11-
default: 'dev'
129
secrets:
1310
PERSONAL_ACCESS_TOKEN:
1411
description: "Github personal access token"
@@ -69,6 +66,6 @@ jobs:
6966
#
7067

7168
- name: Parse Directories
72-
uses: panates/github-actions/.github/actions/node-build@${{ inputs.branch }}
69+
uses: panates/github-actions/.github/actions/node-build@dev
7370
with:
7471
packages: ${{ steps.environment.outputs.packages }}

0 commit comments

Comments
 (0)