From 11b267920cb77f948c0031db4a4b3bba057cec4d Mon Sep 17 00:00:00 2001 From: Hunter Miller Date: Thu, 27 Apr 2023 15:02:11 -0500 Subject: [PATCH] ops: correct branch defaulting --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a660b857..1c8bc876 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: git add desk/desk.docket-0 git commit -n -m "update glob: ${{ steps.glob.outputs.hash }} [skip actions]" || echo "No changes to commit" INPUT=${{ github.event.inputs.tag }} - BRANCH=${INPUT:-"develop"} + BRANCH=${INPUT:-"master"} git pull origin $BRANCH --rebase --autostash git push deploy: