chore: set ACTIONS_ALLOW_UNSECURE_COMMANDS true

This commit is contained in:
Shohei Ueda 2020-11-21 10:31:50 +09:00 committed by GitHub
parent 062876ca0b
commit ab92dbb8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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