We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00faa04 commit 6aa3fddCopy full SHA for 6aa3fdd
.github/workflows/docker-build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
runner_label_json:
7
- description: 'JSON 格式的 runner 标签数组,例如 ["self-hosted", "Tony", "ARM64"]'
+ description: 'JSON 格式的 runner 标签数组'
8
required: true
9
default: '["self-hosted", "MacOS", "ARM64"]'
10
0 commit comments