From 1853e1a6fadcc8c1cf31c5c37fe9da6c4076ca93 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 27 Oct 2022 00:00:52 +0300 Subject: [PATCH] Update _update.yml --- .github/workflows/_update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_update.yml b/.github/workflows/_update.yml index 59ea80db..8ab98b66 100644 --- a/.github/workflows/_update.yml +++ b/.github/workflows/_update.yml @@ -56,13 +56,13 @@ jobs: - if: ${{ !env.ACT }} run: | git add README.md - git commit -m "[Bot] Update README.md" + git commit --allow-empty -m "[Bot] Update README.md" git status - run: npm run status:update - if: ${{ !env.ACT }} run: | git add STATUS.md - git commit -m "[Bot] Update STATUS.md" + git commit --allow-empty -m "[Bot] Update STATUS.md" git status - uses: repo-sync/pull-request@v2 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} @@ -71,7 +71,7 @@ jobs: github_token: ${{ steps.create-app-token.outputs.token }} source_branch: ${{ steps.create-branch-name.outputs.BRANCH_NAME }} destination_branch: 'master' - pr_title: '[Bot] Update README.md' + pr_title: '[Bot] Daily update' pr_body: | This pull request is created via [update][1] workflow.