From 1df1e4970c738c74513818de07fe2dd8cfe5630a Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 May 2021 15:43:15 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 339843d40..34068d1da 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -44,6 +44,9 @@ jobs: run: | git add README.md git diff-index --quiet HEAD || git commit -m "[Bot] Update README.md" + - name: Revert Uncommited Changes + run: | + git checkout . - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: