Skip to content

Commit b0da39b

Browse files
committed
Use root for GitHub Actions container
This is needed to solve this bug [1]. [1] actions/checkout#1014
1 parent fd337c2 commit b0da39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
container:
99
image: quay.io/mmul/kpa
10+
options: --user root
1011
steps:
1112
- name: Checkout repository
1213
uses: actions/checkout@v3

0 commit comments

Comments
 (0)