Skip to content

Commit

Permalink
Merge pull request #985 from buzztaiki/safe_directory
Browse files Browse the repository at this point in the history
Fix git unsafe repository error on ci test
  • Loading branch information
pocke authored May 6, 2022
2 parents fb3a80c + 9bbb2ef commit b82dbeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
image: rubylang/ruby:${{ matrix.container_tag }}
steps:
- uses: actions/checkout@v3
- name: Set working directory as safe
run: /usr/bin/git config --global --add safe.directory $(pwd)
- name: Install dependencies
run: |
apt-get update
Expand Down

0 comments on commit b82dbeb

Please sign in to comment.