Skip to content

Commit

Permalink
Remove default gitRef for deploy workflow
Browse files Browse the repository at this point in the history
This removes the default value of 'main' as to encourage people to deploy a
specific version tag, rather than assuming the intended release it still the
HEAD of main.
  • Loading branch information
theseanything committed Sep 1, 2023
1 parent 711f95a commit 2c8afba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
description: 'Commit, tag or branch name to deploy'
required: true
type: string
default: 'main'
environment:
description: 'Environment to deploy to'
required: true
Expand Down

0 comments on commit 2c8afba

Please sign in to comment.