ci 提交gitea仓库

This commit is contained in:
朱秀清 2022-01-16 12:30:10 +08:00
parent 81a36a903c
commit 498e4039b1

View File

@ -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"]