Skip to content

Commit 8d62c02

Browse files
committed
Polish "Apply conventions to existing Actions and Workflows"
See gh-42512
1 parent 7c0818e commit 8d62c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Await HTTP Resource
22
description: 'Waits for an HTTP resource to be available (a HEAD request succeeds)'
33
inputs:
44
url:
5-
description: 'The URL of the resource to await'
5+
description: 'URL of the resource to await'
66
required: true
77
runs:
88
using: composite

0 commit comments

Comments
 (0)