diff --git a/.github/actions/gitea-commit/Dockerfile b/.github/actions/gitea-commit/Dockerfile index 0e320c2..db94a5d 100644 --- a/.github/actions/gitea-commit/Dockerfile +++ b/.github/actions/gitea-commit/Dockerfile @@ -6,6 +6,8 @@ RUN mkdir /repo COPY . /repo +RUN ll + RUN chmod +x /repo/.github/actions/gitea-commit/entrypoint.sh ENTRYPOINT ["/repo/.github/actions/gitea-commit/entrypoint.sh"] \ No newline at end of file