Skip to content

Commit

Permalink
add ''s
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jul 26, 2024
1 parent 8fd74b7 commit 2ab0084
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: echo ${{ steps.bootsector.outputs.check }} | grep -q "./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 2ab0084

Please sign in to comment.