From 1e7a9b6966f2ea8ba33a07210801fbda8306925f Mon Sep 17 00:00:00 2001 From: jaisnan Date: Fri, 15 Sep 2023 11:50:35 -0400 Subject: [PATCH] expand --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e588ad6..f774aef 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -26,7 +26,7 @@ jobs: - name: Debug previous step id: debug_step env: - S_OUTPUT: ${{ steps.set_error.outputs }} + S_OUTPUT: ${{ steps.set_error.outputs.test }} run: echo "The selected color is $S_OUTPUT" - name: Run Kani with older version