From 08eaf8d89832b6693ce23b0bc9ca642ff8b38b26 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 20 Apr 2022 16:07:13 -0700 Subject: [PATCH] Tries to pass message --- e2e/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/docker-compose.yml b/e2e/docker-compose.yml index 5d2ed67c..d282b4d9 100644 --- a/e2e/docker-compose.yml +++ b/e2e/docker-compose.yml @@ -37,6 +37,7 @@ services: - COMMIT_INFO_BRANCH=${GITHUB_REF_NAME} - COMMIT_INFO_AUTHOR=${GITHUB_ACTOR} - COMMIT_INFO_SHA=${GITHUB_SHA} + - COMMIT_INFO_MESSAGE=${github.event.head_commit.message} - COMMIT_INFO_REMOTE=https://github.com/amir20/dozzle command: cypress run --record depends_on: