From 8d62c023dddc32ec6d524d4e8f2f92baf71e61c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 7 Oct 2024 07:47:35 +0200 Subject: [PATCH] Polish "Apply conventions to existing Actions and Workflows" See gh-42512 --- .github/actions/await-http-resource/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/await-http-resource/action.yml b/.github/actions/await-http-resource/action.yml index 34a278e8f73..ba177fb757b 100644 --- a/.github/actions/await-http-resource/action.yml +++ b/.github/actions/await-http-resource/action.yml @@ -2,7 +2,7 @@ name: Await HTTP Resource description: 'Waits for an HTTP resource to be available (a HEAD request succeeds)' inputs: url: - description: 'The URL of the resource to await' + description: 'URL of the resource to await' required: true runs: using: composite