From 977a9b3ee8c6a425ae6521d0774bcff33f7baad9 Mon Sep 17 00:00:00 2001 From: Piotr Faba Date: Fri, 6 Mar 2020 14:34:34 +0000 Subject: [PATCH] test fix --- .github/workflows/cutadapt.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cutadapt.yml b/.github/workflows/cutadapt.yml index c7e5d8b1..3058bd23 100644 --- a/.github/workflows/cutadapt.yml +++ b/.github/workflows/cutadapt.yml @@ -10,8 +10,13 @@ jobs: steps: # Check out the repository - - uses: actions/checkout@v1 - submodules: true + - uses: actions/checkout@v2 + - name: Checkout submodules + shell: bash + run: | + auth_header="$(git config --local --get http.https://github.com/.extraheader)" + git submodule sync --recursive + git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - name: Install Nextflow run: |