Skip to content

feat: Config

feat: Config #11

name: 打印提交信息
on:
push:
paths:
- '**'
jobs:
print_env:
runs-on: ubuntu-latest
container:
# 指定您的自定义 Docker 镜像及其标签
image: registry.cn-shanghai.aliyuncs.com/dango/android_ci:latest
# platform
options: --platform linux/amd64
uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master

Check failure on line 15 in .github/workflows/print_git_info.yml

View workflow run for this annotation

GitHub Actions / 打印提交信息

Invalid workflow file

The workflow is not valid. .github/workflows/print_git_info.yml (Line: 15, Col: 5): Unexpected value 'uses'
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