diff --git a/.github/workflows/ecode-nightly.yml b/.github/workflows/ecode-nightly.yml index a41ffa0e0..ef912d9d1 100644 --- a/.github/workflows/ecode-nightly.yml +++ b/.github/workflows/ecode-nightly.yml @@ -71,7 +71,10 @@ jobs: sudo apt-get update - name: Checkout Code uses: actions/checkout@v4 - with: { fetch-depth: 0, submodules: 'recursive' } + with: + fetch-depth: 0 + submodules: 'recursive' + set-safe-directory: true - name: Set Environment Variables run: | echo "$HOME/.local/bin" >> "$GITHUB_PATH"