Skip to content

Commit 1c1fac1

Browse files
committed
Update deploy-docs GitHub Actions workflow to default to latest commit
1 parent e485b11 commit 1c1fac1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
workflow_dispatch:
99
inputs:
1010
ref_to_deploy:
11-
description: Tag / commit / branch name to use for the manual deploy
12-
required: true
11+
description: >-
12+
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
1315
type: string
1416
env:
1517
FORCE_COLOR: 1

0 commit comments

Comments
 (0)