Skip to content

Commit e2a0ece

Browse files
committed
chore: fix
1 parent 6647039 commit e2a0ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
done
225225
done
226226
227-
if ls outputs/*.txt; then
227+
if ls "$output_path/*.txt"; then
228228
echo "DIFF_IS_NON_EMPTY=1" >> $GITHUB_OUTPUT
229229
else
230230
echo "DIFF_IS_NON_EMPTY=0" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)