Browse Source

Merge branch '3.3.x'

pull/42571/head
Stéphane Nicoll 1 year ago
parent
commit
9f69bd5a18
  1. 2
      .github/actions/await-http-resource/action.yml

2
.github/actions/await-http-resource/action.yml

@ -2,7 +2,7 @@ name: Await HTTP Resource @@ -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

Loading…
Cancel
Save