From 9f3c2efc9c1c5cbddfa1499ed7d1caea652aef15 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 28 Feb 2022 22:31:01 +0300 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 808618de..1a1e1132 100644 --- a/.github/workflows/_update-readme.yml +++ b/.github/workflows/_update-readme.yml @@ -28,9 +28,9 @@ jobs: if: ${{ !env.ACT }} run: | git add README.md - git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md" + git commit -m "[Bot] Update README.md" git status - git diff-index --quiet HEAD || git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} + git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} - uses: tibdex/github-app-token@v1 if: ${{ !env.ACT }} id: create-app-token