Skip to content

Commit 1ce3424

Browse files
committed
fix it
1 parent 93f07b2 commit 1ce3424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async function run() {
180180
);
181181
}
182182
} else {
183-
core.debug('Skipping comment because there are no changed.');
183+
core.debug('Skipping comment because there are no changes.');
184184
}
185185

186186
if (status > 0) {

0 commit comments

Comments
 (0)