Skip to content

Commit

Permalink
Test github head ref env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Oct 2, 2023
1 parent 4aa8a49 commit 985cca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 985cca8

Please sign in to comment.