Skip to content

Commit 9826dc7

Browse files
committed
ci: try to fix syntax for fromJson
1 parent b6012d6 commit 9826dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ on:
3232
default-runner-labels:
3333
description: >-
3434
String or JSON array of runner labels for non-build jobs.
35-
Example: '["self-hosted", "linux", "x86_64"]' or 'ubuntu-latest'.
35+
Example: ["self-hosted", "linux", "x86_64"] or ubuntu-latest.
3636
required: false
3737
type: string
38-
default: "ubuntu-latest"
38+
default: ubuntu-latest
3939
secrets:
4040
DOCKER_REGISTRY_USERNAME:
4141
description: "User name for Docker login, if not provided the GitHub actor will be used"

0 commit comments

Comments
 (0)