From 985cca8a375433c7698b0ff9f26c9f924057f775 Mon Sep 17 00:00:00 2001 From: Justin Zhang Date: Mon, 2 Oct 2023 16:05:17 -0400 Subject: [PATCH] Test github head ref env variable --- .github/workflows/cdkactions_build-and-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cdkactions_build-and-deploy.yaml b/.github/workflows/cdkactions_build-and-deploy.yaml index 39089c6a..cc178a31 100644 --- a/.github/workflows/cdkactions_build-and-deploy.yaml +++ b/.github/workflows/cdkactions_build-and-deploy.yaml @@ -44,6 +44,7 @@ jobs: image: python:3.9.14-buster env: DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres + GITHUB_HEAD_REF: master services: postgres: image: postgres:12