打印提交信息 by @Dango-dx #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 打印提交信息 | |
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' |