Skip to content

Commit

Permalink
Fix for checkout action #760
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej-Zukowski committed Nov 9, 2023
1 parent 854539d commit 698330e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- /tmp:/tmp
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Trust My Directory # workaround for https://github.com/actions/checkout/issues/760
run: git config --global --add safe.directory /__w/csi-baremetal/csi-baremetal

- name: Check out code
uses: actions/checkout@v3

Expand Down

0 comments on commit 698330e

Please sign in to comment.