Skip to content

Commit 028be1a

Browse files
committed
chore: remove default branch in manual triggered deploy workflow
1 parent 259e418 commit 028be1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
workflow_dispatch:
1212
inputs:
1313
branch:
14-
description: "Branch to deploy"
14+
description: Branch to deploy
1515
required: true
16-
default: ${{ github.ref_name }}
16+
# user must select a branch when triggering workflow manually
1717

1818
env:
1919
working_dir: terragrunt/live/website

0 commit comments

Comments
 (0)