Skip to content

Commit 6167fc6

Browse files
committed
ci: process linter feedback
1 parent 1b5ee33 commit 6167fc6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wc-dependency-review.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ on:
55
workflow_call:
66
inputs:
77
runner-labels:
8-
description: "JSON array of runner labels (default [\"ubuntu-latest\"]). Must be valid JSON."
8+
description: >-
9+
JSON array used to select the action runner.
10+
Must be valid JSON.
11+
12+
Examples:
13+
'["ubuntu-latest"]'
14+
'["self-hosted", "linux", "x86_64"]'
915
required: false
1016
type: string
1117
default: '["ubuntu-latest"]'

0 commit comments

Comments
 (0)