From da07fc528b1c7a6d9b7a6ae3b45937bd6987faba Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 21 Nov 2020 10:48:52 +0900 Subject: [PATCH] Revert "chore: set ACTIONS_ALLOW_UNSECURE_COMMANDS true" This reverts commit ab92dbb8cad77a6986a54cad4454c6c610ecba64. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d90c77..d83d7e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,5 @@ 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" ]