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 8cef1b2 commit c753fe5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/prin.yml

This file was deleted.

15 changes: 14 additions & 1 deletion .github/workflows/print_git_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,17 @@ on:
- '**'
jobs:
print_env:
uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master
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'

0 comments on commit c753fe5

Please sign in to comment.