From 7efeb6b5fc0632aa46fea59192b28c7a21eb864d Mon Sep 17 00:00:00 2001 From: andrea rota Date: Mon, 27 Feb 2023 12:32:19 +0000 Subject: [PATCH] use string vs bool, according to schema --- .github/workflows/publish-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index ed42306b8..cf974e861 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -22,7 +22,7 @@ on: waitForTest: description: 'Set to "false" to skip waiting for the test to pass.' required: true - default: true + default: 'true' jobs: wait_for_tests: