Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Jan 5, 2024
1 parent 1a6865d commit 818e32c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 818e32c

Please sign in to comment.