We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e4234 commit 20780cbCopy full SHA for 20780cb
1 file changed
.github/workflows/alpine-test.yml
@@ -27,6 +27,11 @@ jobs:
27
with:
28
fetch-depth: 0
29
30
+ - name: Set workspace ownership
31
+ run: |
32
+ chown -R runner:docker -- "$GITHUB_WORKSPACE"
33
+ shell: sh -exo pipefail {0} # Run this as root, not the "runner" user.
34
+
35
- name: Debug ownership
36
run: |
37
printenv GITHUB_WORKSPACE
0 commit comments