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