Skip to content

feat: Config

feat: Config #6

name: 打印提交信息
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
拉取代码:

Check failure on line 20 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: 20, Col: 3): The identifier '拉取代码' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
uses: Dango-dx/ReusableWorkflows/.github/workflows/print_github_info.yml@master