From 683988c74c3b721b6089fd8542fc915263fa814b Mon Sep 17 00:00:00 2001 From: andreika-git Date: Sat, 17 Feb 2024 23:55:02 +0200 Subject: [PATCH] Finally fix paralela https://github.com/rusefi/fw-custom-paralela/issues/2 --- .github/workflows/custom-board-build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/custom-board-build.yaml b/.github/workflows/custom-board-build.yaml index b23e7dca75..7062cf4a78 100644 --- a/.github/workflows/custom-board-build.yaml +++ b/.github/workflows/custom-board-build.yaml @@ -67,6 +67,11 @@ jobs: echo "rusefi_dir=${{inputs.rusefi_dir}}" echo "relative_board_dir=${{inputs.relative_board_dir}}" + - uses: actions/checkout@v4 + with: + token: ${{ env.TOKEN }} + submodules: recursive + - name: Set Env Variables env: ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' @@ -78,11 +83,6 @@ jobs: echo "gha_iniFileName=rusefi_${{inputs.shortBoardName}}.ini" >> $GITHUB_ENV echo "${{ secrets.ADDITIONAL_ENV }}" >> $GITHUB_ENV - - uses: actions/checkout@v4 - with: - token: ${{ env.TOKEN }} - submodules: recursive - - name: Invoking Post-Checkout Action run: | if [ -f .github/workflows/actions/post-checkout.sh ]; then