UNPKG

envilder

Version:

A CLI and GitHub Action that securely centralizes your environment variables from AWS SSM or Azure Key Vault as a single source of truth

7 lines 337 B
/** * Renders an error into log lines for the GitHub Action, keeping the * retro-arcade tone used across Envilder's failure messages. Returns * one entry per log line so the caller can emit each via `ILogger.error`. */ export declare function presentGhaError(error: unknown): string[]; //# sourceMappingURL=GhaErrorPresenter.d.ts.map