fix(test): update output location

This commit is contained in:
orhun
2021-06-18 02:09:00 +03:00
parent 5c15ae40a0
commit f6396b2020
2 changed files with 1 additions and 5 deletions

View File

@@ -11,6 +11,5 @@ LABEL com.github.actions.color="orange"
WORKDIR action
COPY README.md LICENSE entrypoint.sh ./
RUN sudo chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]