Files
windmill/backend/windmill-worker
Ruben FiszelandClaude Opus 4.8 db1dbe9e81 fix(powershell): escape configured repo URL/PAT in install script too
The module-install template interpolates the configured private repo URL and
PAT into single-quoted PowerShell literals ($privateRepoUrl/$privateRepoPat),
the same sink as the module names. Escape ' -> '' there as well so a quote in
the configured value can't break out of the literal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 15:37:13 +00:00
..

Windmill Worker

The worker. Used to process and execute flows & jobs.

This crate exposes both a library as well as a binary target.