Skip to content

Commit 97d745e

Browse files
Copilotpuehringer
andcommitted
Remove [skip ci] from auto-fix commit message to allow CI validation
Co-authored-by: puehringer <51900829+puehringer@users.noreply.github.com>
1 parent 53a2368 commit 97d745e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ runs:
186186
echo "No staged changes to commit"
187187
return 0
188188
fi
189-
git commit -m "Auto-fix: Apply linting and formatting fixes [skip ci]" || true
189+
git commit -m "Auto-fix: Apply linting and formatting fixes" || true
190190
git push || true
191191
echo "✓ Lint fixes committed and pushed"
192192
fi

0 commit comments

Comments
 (0)