Skip to content

Commit

Permalink
Debug ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Feb 14, 2024
1 parent 4a7badc commit 27c1c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/alpine-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
fetch-depth: 0

- name: Debug ownership
run: |
whoami
id
ls -alR /__w
- name: Special configuration for Alpine Linux git
run: |
git config --global --add safe.directory "$(pwd)"
Expand Down

0 comments on commit 27c1c59

Please sign in to comment.