Skip to content

Commit 02e903f

Browse files
committed
Maybe need this fix for actions/checkout#1014
1 parent 643a0be commit 02e903f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
container:
1313
image: docker.io/globalforestwatch/emr-serverless-3.8.3:latest
14-
15-
defaults:
16-
run:
17-
working-directory: /root
14+
options: --user root
1815

1916
steps:
2017
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)