Skip to content

Commit 02eb201

Browse files
committed
fix: add parameter
1 parent 9a89650 commit 02eb201

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/conventional-commit-lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
npm_config_nodedir:
1717
type: string
1818
required: false
19+
runner:
20+
type: string
21+
required: false
22+
default: common
1923
secrets:
2024
DOCKER_REGISTRY_USER:
2125
required: true
@@ -27,7 +31,7 @@ on:
2731
jobs:
2832
conventional-commit-lint:
2933
name: Conventional commit lint
30-
runs-on: [self-hosted, common]
34+
runs-on: [self-hosted, ${{ inputs.runner }}]
3135
container:
3236
image: ${{ inputs.image }}
3337
credentials:

0 commit comments

Comments
 (0)