fix(test): change the working directory

This commit is contained in:
orhun
2021-06-18 02:05:22 +03:00
parent 8d366d69d0
commit 5c15ae40a0

View File

@@ -9,10 +9,8 @@ LABEL com.github.actions.description="Generate changelog based on your Git histo
LABEL com.github.actions.icon="triangle"
LABEL com.github.actions.color="orange"
COPY README.md /
COPY LICENSE /
WORKDIR action
COPY README.md LICENSE entrypoint.sh ./
RUN sudo chmod +x entrypoint.sh
COPY entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]