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