feat: 修改几个action的规范
This commit is contained in:
parent
87ba4eb827
commit
1b1c2ef7e3
|
@ -1,6 +1,6 @@
|
|||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
name: build docker image
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"
|
||||
run: echo "::set-output name=today::$(date +'%Y-%m-%d_%H-%M')"
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name: Generate a list of contributors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
name: Generate a list of contributors
|
||||
|
||||
jobs:
|
||||
contrib-readme-en-job:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
on: push
|
||||
name: Automatic Generation TOC
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
generateTOC:
|
||||
name: TOC Generator
|
||||
|
|
Loading…
Reference in New Issue