[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

chore: mitigate potential template injection

See https://docs.zizmor.sh/audits/#template-injection

Willow (GHOST) (May 24, 2026, 3:43 PM +0100) d35706fb dd3dd92c

+3 -1
+3 -1
.github/workflows/preview.yml
··· 39 39 node-version: 24 40 40 41 41 - name: Build NPM 42 - run: deno task build:npm ${{steps.vars.outputs.version}} 42 + run: deno task build:npm "${STEPS_VARS_OUTPUTS_VERSION}" 43 + env: 44 + STEPS_VARS_OUTPUTS_VERSION: ${{steps.vars.outputs.version}} 43 45 44 46 - name: Publish Preview Versions 45 47 run: npx pkg-pr-new publish './build/npm'