From c753fe57d11aeb76348748b9ba2a5dce1e07b6d2 Mon Sep 17 00:00:00 2001 From: Dango <282919162@qq.com> Date: Thu, 24 Aug 2023 17:30:54 +0800 Subject: [PATCH] feat: Config --- .github/workflows/prin.yml | 19 ------------------- .github/workflows/print_git_info.yml | 15 ++++++++++++++- 2 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/prin.yml diff --git a/.github/workflows/prin.yml b/.github/workflows/prin.yml deleted file mode 100644 index 7b341ad..0000000 --- a/.github/workflows/prin.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 打印提交信息 -run-name: 打印提交信息 by @${{ github.actor }} -on: - push: - paths: - - '**' -jobs: - 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 - with: - node-version: '14' \ No newline at end of file diff --git a/.github/workflows/print_git_info.yml b/.github/workflows/print_git_info.yml index 574238d..bf0b5cc 100644 --- a/.github/workflows/print_git_info.yml +++ b/.github/workflows/print_git_info.yml @@ -6,4 +6,17 @@ on: - '**' jobs: print_env: - uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master \ No newline at end of file + 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 + with: + node-version: '14' \ No newline at end of file