Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
workflow_dispatch:
inputs:
branch:
description: "Branch to deploy"
description: Branch to deploy
required: true
default: ${{ github.ref_name }}
# user must select a branch when triggering workflow manually

env:
working_dir: terragrunt/live/website
Expand Down