From 1b1c2ef7e3c4b9cc59a2a3a17a1738fef6d5c1b1 Mon Sep 17 00:00:00 2001 From: eryajf Date: Wed, 1 Jun 2022 17:27:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=87=A0=E4=B8=AAact?= =?UTF-8?q?ion=E7=9A=84=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- .github/workflows/reademe-contributors.yml | 4 ++-- .github/workflows/toc.yml | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bb8aac4..bbeda0b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml index 260d28e..ba74afd 100644 --- a/.github/workflows/reademe-contributors.yml +++ b/.github/workflows/reademe-contributors.yml @@ -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 diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 0238ad9..72f1241 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -1,5 +1,7 @@ -on: push name: Automatic Generation TOC + +on: push + jobs: generateTOC: name: TOC Generator