Skip to content

Commit

Permalink
Fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Oct 1, 2024
1 parent b1f4743 commit a0024fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- name: Git add safe dir for base rpo and submodules
run: |
# Mark the main repository as safe
git config --global --add safe.directory "$(pwd)"
git config --global --add safe.directory ${{ steps.strings.outputs.work-dir }} || true
# Iterate over all submodules and mark them as safe
git submodule foreach 'git config --global --add safe.directory "$toplevel/$sm_path"'
git submodule foreach 'git config --global --add safe.directory "$toplevel/$sm_path"' || true
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a0024fa

Please sign in to comment.