We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5ee33 commit 6167fc6Copy full SHA for 6167fc6
.github/workflows/wc-dependency-review.yml
@@ -5,7 +5,13 @@ on:
5
workflow_call:
6
inputs:
7
runner-labels:
8
- description: "JSON array of runner labels (default [\"ubuntu-latest\"]). Must be valid JSON."
+ 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"]'
15
required: false
16
type: string
17
default: '["ubuntu-latest"]'
0 commit comments