Skip to content

Commit

Permalink
add env var for github action detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre authored Mar 24, 2022
1 parent 9942074 commit 18806d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ RUN pip install yamlfixer-opt-nc

ENV PATH="/home/worker/.local/bin:${PATH}"
ENV GITHUB_ACTIONS="true"
ENV CI="true"

0 comments on commit 18806d4

Please sign in to comment.