From 801a4099d46192d78133410ad4248811b71f668c Mon Sep 17 00:00:00 2001 From: Stefan Ruvceski <96768603+ruvceskistefan@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:49:19 +0100 Subject: [PATCH] Update summary_test.yml --- .github/workflows/summary_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/summary_test.yml b/.github/workflows/summary_test.yml index aaaffe3..a67323c 100644 --- a/.github/workflows/summary_test.yml +++ b/.github/workflows/summary_test.yml @@ -13,6 +13,8 @@ jobs: shell: bash run: | echo "### Step: 1. Before" >> $GITHUB_STEP_SUMMARY + - name: Checkout source code from Github + uses: actions/checkout@v3 - if: ${{ success() }} uses: ./composite - if: ${{ success() }}