Skip to content

Commit

Permalink
Workaround for `fatal: unsafe repository (REPO is owned by someone el…
Browse files Browse the repository at this point in the history
…se)`

See actions/checkout#760 for context
  • Loading branch information
gnosek authored and LucaGuerra committed May 16, 2023
1 parent cc90b0f commit 1b9f01d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive

- name: "Allow agent-libs repo access, ref: https://github.com/actions/checkout/issues/760"
run: git config --global --add safe.directory /__w/agent-libs/agent-libs

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 1b9f01d

Please sign in to comment.