Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 1181662

Browse files
authored
docs: move outputs block before optional inputs
1 parent 7f71281 commit 1181662

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
- `VERCEL_ACCESS_TOKEN` (required)
5151
- `VERCEL_PROJECT_ID` (required)
5252

53+
### Outputs
54+
55+
```yaml
56+
database-url:
57+
description: Instant database url
58+
deployment-url:
59+
description: Vercel preview deployment url
60+
```
61+
5362
### Optional Inputs
5463

5564
```yaml
@@ -97,12 +106,3 @@ jobs:
97106
type: boolean
98107
default: false
99108
```
100-
101-
### Outputs
102-
103-
```yaml
104-
database-url:
105-
description: Instant database url
106-
deployment-url:
107-
description: Vercel preview deployment url
108-
```

0 commit comments

Comments
 (0)