From d2cf8cc61796a892685f70d16375a64bf291c710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= <86352901+LucasVbr@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:17:15 +0200 Subject: [PATCH] Update update-readme.yml --- .github/workflows/update-readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 1ada2bc..4fa74aa 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -1,4 +1,4 @@ -name: Update README +name: README Build on: push: @@ -33,7 +33,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add -A - git commit -m "update data" -a + git commit -m "Automated publish" -a - name: push changes uses: ad-m/github-push-action@v0.6.0