From 58aff7945bac18fecb4ebec34f3897d7544179f1 Mon Sep 17 00:00:00 2001 From: Beta Ziliani Date: Fri, 1 Jul 2022 16:18:11 -0300 Subject: [PATCH] Workaround https://github.com/peter-evans/create-pull-request/issues/1170 --- .github/workflows/update-sponsors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index 14bf62e1..5d9aec1f 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -22,6 +22,10 @@ jobs: run: crystal scripts/opencollective.cr - name: Merge run: crystal scripts/merge.cr + + # workaround to https://github.com/peter-evans/create-pull-request/issues/1170 + - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: