From 38558b53a69768157fe6931e0dff34c0dbcb3d8a Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev // IEL Date: Sun, 15 Nov 2020 11:09:04 +0100 Subject: [PATCH] Update DINAR-readme.yml --- .github/workflows/DINAR-readme.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/DINAR-readme.yml b/.github/workflows/DINAR-readme.yml index 2311133..a47ccb2 100644 --- a/.github/workflows/DINAR-readme.yml +++ b/.github/workflows/DINAR-readme.yml @@ -49,14 +49,14 @@ jobs: BRANCH=${REF##*/} cd REPO python ../DINAR/workflow-files/generate-repo-readme.py $BRANCH "${{ github.repository.description }}" - - name: Commit updates - uses: stefanzweifel/git-auto-commit-action@v4 - with: - repository: . - commit_user_name: Mitchell Admin - commit_user_email: itpp-bot@users.noreply.github.com - # Commit may contain other updates, but in usual flow it's only module list - commit_message: | - :construction_worker_man: Update module list - - Sent from Github Actions (see .github/workflows/DINAR-readme.yml ) + - name: Commit updates + uses: stefanzweifel/git-auto-commit-action@v4 + with: + repository: . + commit_user_name: Mitchell Admin + commit_user_email: itpp-bot@users.noreply.github.com + # Commit may contain other updates, but in usual flow it's only module list + commit_message: | + :construction_worker_man: Update module list + + Sent from Github Actions (see .github/workflows/DINAR-readme.yml )