include input bools in claude env (#464)

This commit is contained in:
Ashwin Bhat
2025-08-18 17:00:18 -07:00
committed by GitHub
parent 900322ca88
commit 68b7ca379c
4 changed files with 73 additions and 3 deletions

View File

@@ -13,9 +13,12 @@ import { parseGitHubContext, isEntityContext } from "../github/context";
import { getMode, isValidMode, DEFAULT_MODE } from "../modes/registry";
import type { ModeName } from "../modes/types";
import { prepare } from "../prepare";
import { collectActionInputsPresence } from "./collect-inputs";
async function run() {
try {
collectActionInputsPresence();
// Step 1: Get mode first to determine authentication method
const modeInput = process.env.MODE || DEFAULT_MODE;