From c079c4dcfbc3350b6b89441bef78e9f1a6ca985c Mon Sep 17 00:00:00 2001 From: Dango <282919162@qq.com> Date: Thu, 24 Aug 2023 15:17:56 +0800 Subject: [PATCH] feat: Config --- .github/workflows/print_git_info.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/print_git_info.yml b/.github/workflows/print_git_info.yml index 87554cb..7c36290 100644 --- a/.github/workflows/print_git_info.yml +++ b/.github/workflows/print_git_info.yml @@ -5,17 +5,16 @@ on: paths: - '**' jobs: - container: - # 指定您的自定义 Docker 镜像及其标签 - image: registry.cn-shanghai.aliyuncs.com/dango/android_ci:latest - # platform - options: --platform linux/amd64 - print_env: uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master prepare: runs-on: ubuntu-latest + container: + # 指定您的自定义 Docker 镜像及其标签 + image: registry.cn-shanghai.aliyuncs.com/dango/android_ci:latest + # platform + options: --platform linux/amd64 steps: - name: 拉取代码 uses: actions/checkout@v2 \ No newline at end of file