Skip to content

Commit 94d41ec

Browse files
committed
Add doc about "extraAliases" input
1 parent f7acf99 commit 94d41ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Name | Required | Default | Description
7474
`command`|✅| | Command starting the vercel deployment
7575
`applyDomainAliases`|✖️|`true`| If true, will create Vercel aliases using the aliases specified in the vercel config file
7676
`failIfAliasNotLinked`|✖️|`false`| If true, will throw an error (and crash CI) when there is an error about aliases link
77+
`extraAliases`|✖️|``| String of domain aliases, split by `, `. Will be merged with the `vercel.json:aliases`. Can be used to [dynamically alias the current branch](#example-with-dynamic-aliases-based-on-github-branch-on-push-event).
7778

7879
#### Outputs
7980

0 commit comments

Comments
 (0)