Skip to content

Commit

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

- name: Debug ownership
run: |
printenv GITHUB_WORKSPACE
printenv RUNNER_WORKSPACE
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 46e4234

Please sign in to comment.