Skip to content

Commit

Permalink
Fix issue with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla committed Nov 27, 2024
1 parent 859c87a commit c87055a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/process_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Check if the Floppy Image file exists in the repository
run: |
if [ ! -f ${{ steps.parse_pr.outputs.filename }} ]; then
if [ ! -f "${{ steps.parse_pr.outputs.filename }}" ]; then
echo "The Floppy Image file does not exist in the repository."
exit 1
fi

0 comments on commit c87055a

Please sign in to comment.