Skip to content

Commit 7d46131

Browse files
committed
Patch: add a chown step to take ownership
According to actions/checkout#211
1 parent dff2eba commit 7d46131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
options: --user root
2121
steps:
2222

23+
- name: Take ownership
24+
run: |
25+
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
26+
2327
- name: Checkout Main
2428
uses: actions/checkout@v3
2529
with:

0 commit comments

Comments
 (0)