Skip to content

Commit

Permalink
Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani committed Jul 1, 2022
1 parent a46d83d commit 58aff79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-sponsors.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 58aff79

Please sign in to comment.