From 05d8edc58940555c1c2f5c83e9e9908b6d152521 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 29 May 2024 15:13:17 +0930 Subject: [PATCH] ci-cd fix --- .github/workflows/ci-cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b28932f..e1b5cd3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -352,6 +352,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v2 + - name: Set up Git user run: | git config --local user.email "action@github.com" @@ -366,8 +369,6 @@ jobs: - name: Extract Mrtrix version run: echo "MRTRIX_VERSION=$(cat mrtrix3_version.txt)" >> $GITHUB_ENV - - uses: actions/checkout@v2 - - name: Download auto-gen pydra uses: actions/download-artifact@v2 with: