From 18806d4035acb31a649a7047eb187034c876c49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mich=C3=A8le?= Date: Thu, 24 Mar 2022 14:54:29 +1100 Subject: [PATCH] add env var for github action detection --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f719c39..50c4448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,4 @@ RUN pip install yamlfixer-opt-nc ENV PATH="/home/worker/.local/bin:${PATH}" ENV GITHUB_ACTIONS="true" +ENV CI="true"