We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba02ae6 commit bccb7f4Copy full SHA for bccb7f4
action.yml
@@ -1,4 +1,4 @@
1
-name: "Wait for Netlify"
+name: "Wait for Netlify Deploy"
2
description: "Wait for Netlify Deploy to complete"
3
branding:
4
icon: "clock"
@@ -12,7 +12,7 @@ inputs:
12
required: false
13
outputs:
14
url:
15
- description: "The fully qualified deploy preview URL"
+ description: "The fully qualified deploy URL"
16
runs:
17
using: "node12"
18
main: "index.js"
0 commit comments