Skip to content

Commit

Permalink
Confirm it works
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Sep 24, 2024
1 parent 1516057 commit 83472ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test value
run: |
set -eux
if [ '${{ steps.test.outputs.value }}' != 'always_passes,vm' ]; then
if [ '${{ steps.test.outputs.value }}' != 'noalways_passes,vm' ]; then
echo "Value is not 'always_passes,vm'"
exit 1
fi

0 comments on commit 83472ad

Please sign in to comment.