Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 24, 2023
1 parent 9da3370 commit 8cef1b2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/prin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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'
17 changes: 2 additions & 15 deletions .github/workflows/print_git_info.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
name: 打印提交信息
run-name: 打印提交信息 to ${{ inputs.deploy_target }} by @${{ github.actor }}
run-name: 打印提交信息 by @${{ github.actor }}
on:
push:
paths:
- '**'
jobs:
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
with:
node-version: '14'
uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master

0 comments on commit 8cef1b2

Please sign in to comment.