From 02e903f4a5d37755851212329e038e4f88409855 Mon Sep 17 00:00:00 2001 From: Dan Scales Date: Fri, 26 Jan 2024 13:37:39 -0800 Subject: [PATCH] Maybe need this fix for https://github.com/actions/checkout/issues/1014 --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba2497bf..df68cdb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,10 +11,7 @@ jobs: runs-on: ubuntu-latest container: image: docker.io/globalforestwatch/emr-serverless-3.8.3:latest - - defaults: - run: - working-directory: /root + options: --user root steps: - uses: actions/checkout@v2