Revert "chore: set ACTIONS_ALLOW_UNSECURE_COMMANDS true"

This reverts commit ab92dbb8ca.
This commit is contained in:
peaceiris 2020-11-21 10:48:52 +09:00
parent ab92dbb8ca
commit da07fc528b
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC

View file

@ -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" ]