mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
fix(test): move entrypoint script to root directory
This commit is contained in:
@@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
|
||||
COPY README.md /
|
||||
COPY LICENSE /
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY entrypoint.sh entrypoint.sh
|
||||
|
||||
RUN chmod +x entrypoint.sh
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
|
||||
@@ -18,4 +18,4 @@ echo "$changelog"
|
||||
echo "::set-output name=changelog::$changelog"
|
||||
|
||||
# Pass exit code to the next step
|
||||
echo ::set-output name=exit_code::$exit_code
|
||||
echo "::set-output name=exit_code::$exit_code"
|
||||
|
||||
Reference in New Issue
Block a user