From 3cc067997bb5e460df13e610f52b07d028efc6cf Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 1 Nov 2020 17:58:55 +0100 Subject: [PATCH] [ci] try to fix pull on forks --- .github/workflows/ci_review.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_review.yaml b/.github/workflows/ci_review.yaml index 12143921697..c7533419ed3 100644 --- a/.github/workflows/ci_review.yaml +++ b/.github/workflows/ci_review.yaml @@ -65,6 +65,9 @@ jobs: - run: ${{ matrix.actions.write_run }} + # see https://github.com/rectorphp/rector/pull/4531/checks?check_run_id=1338642220#step:7:401 + https://stackoverflow.com/questions/62653114/how-to-deal-with-this-git-warning-pulling-without-specifying-how-to-reconcile#:~:text=warning%3A%20Pulling%20without%20specifying%20how,default%20strategy)%20git%20config%20pull. + - run: git pull --ff-only + # see https://github.com/EndBug/add-and-commit - uses: EndBug/add-and-commit@v5.1.0