From ab92dbb8cad77a6986a54cad4454c6c610ecba64 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Nov 2020 10:31:50 +0900 Subject: [PATCH] chore: set ACTIONS_ALLOW_UNSECURE_COMMANDS true --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d83d7e1..6d90c77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,6 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \ WORKDIR /repo ENV RUNNER_TEMP="/tmp" +ENV ACTIONS_ALLOW_UNSECURE_COMMANDS=true CMD [ "bash" ]