Skip to content

Commit

Permalink
expand
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Sep 15, 2023
1 parent ed9b119 commit 1e7a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7a9b6

Please sign in to comment.