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