mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
fix(test): change the working directory
This commit is contained in:
@@ -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.icon="triangle"
|
||||||
LABEL com.github.actions.color="orange"
|
LABEL com.github.actions.color="orange"
|
||||||
|
|
||||||
COPY README.md /
|
WORKDIR action
|
||||||
COPY LICENSE /
|
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"]
|
ENTRYPOINT ["entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user