Skip to content

Commit

Permalink
fix expression command
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jul 26, 2024
1 parent 955fd3b commit 8fd74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
id: bootsector
run: echo "::set-output name=check::$(file ./asm/boot.bin)"
- name: Validate the check
run: ${{ steps.bootsector.outputs.check == "./asm/boot.bin: DOS/MBR boot sector" }}
run: echo ${{ steps.bootsector.outputs.check }} | grep -q "./asm/boot.bin: DOS/MBR boot sector"

0 comments on commit 8fd74b7

Please sign in to comment.