From 818e32cf9d8ee217d5f32ceaa94d0fa581fbb228 Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Fri, 5 Jan 2024 23:10:51 +0100 Subject: [PATCH] patch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 034252f..aeb617a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: - name: Check output run: | echo "Action output is ${{ steps.bait_setup.outputs.version }}" + bait version + BAIT_VERSION=$(bait version) if [ "${{ steps.bait_setup.outputs.version }}" != "$BAIT_VERSION" ]; then echo "Output does not match expected value"