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 e485b11 commit 1c1fac1Copy full SHA for 1c1fac1
.github/workflows/deploy-docs.yml
@@ -8,8 +8,10 @@ on:
8
workflow_dispatch:
9
inputs:
10
ref_to_deploy:
11
- description: Tag / commit / branch name to use for the manual deploy
12
- required: true
+ description: >-
+ Tag / commit / branch name to use for the manual deploy. Defaults to latest commit on the
13
+ chosen branch if not provided.
14
+ required: false
15
type: string
16
env:
17
FORCE_COLOR: 1
0 commit comments