Skip to content

Commit

Permalink
ops: correct branch defaulting
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Apr 27, 2023
1 parent 80b9917 commit 11b2679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11b2679

Please sign in to comment.