From aaa5c0529caccd5f24a39b6f785709c5389c7952 Mon Sep 17 00:00:00 2001 From: Jesse Newland Date: Sun, 1 Dec 2019 20:19:28 -0600 Subject: [PATCH] wow why is that the base sha --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c67fd967b..c57308fb3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -94,7 +94,7 @@ jobs: id: create-deployment with: token: ${{ secrets.GITHUB_TOKEN }} - ref: ${{ github.sha }} + ref: ${{ github.event.push.before }} auto_merge: "true" required_contexts: YAMBURGER,validate-config production_environment: "true"