Skip to content

Commit ac63bae

Browse files
committed
bug fix
1 parent a868d8e commit ac63bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
echo "## $1"
163163
echo '```'
164164
if [ -f "$2" ]; then
165-
python -c "print(open('$2').read().strip())'
165+
python -c "print(open('$2').read().strip())";
166166
else
167167
echo '(no diff available)';
168168
fi

0 commit comments

Comments
 (0)