Skip to content

Commit

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

- name: Set workspace ownership
run: |
chown -R runner:docker -- "$GITHUB_WORKSPACE"
shell: sh -exo pipefail {0} # Run this as root, not the "runner" user.

- name: Debug ownership
run: |
printenv GITHUB_WORKSPACE
Expand Down

0 comments on commit 9faa72b

Please sign in to comment.