From b9f1e8a9536f75ace9acfe27c9fe258fc48a24ab Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Fri, 1 Sep 2023 15:12:31 +0100 Subject: [PATCH] Remove default gitRef for deploy workflow 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. --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a0ba4a45..8cace408a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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