From 498e4039b12c9212e50aaba4a185fa22efc52d5d Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 12:30:10 +0800 Subject: [PATCH] =?UTF-8?q?ci=20=E6=8F=90=E4=BA=A4gitea=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/gitea-commit/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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