Test build

This commit is contained in:
Colin McDonnell
2025-12-16 22:43:51 -08:00
parent 0be1ad123f
commit 85a205a43f
3 changed files with 61 additions and 43 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import { log } from "./utils/cli.ts";
async function run(): Promise<void> {
// Change to GITHUB_WORKSPACE if set (this is where actions/checkout puts the repo)
// JavaScript actions run from the action's directory, not the checked-out repo
// JavaScript actions run from the action's directory, not the checked out repo
if (process.env.GITHUB_WORKSPACE && process.cwd() !== process.env.GITHUB_WORKSPACE) {
log.debug(`Changing to GITHUB_WORKSPACE: ${process.env.GITHUB_WORKSPACE}`);
process.chdir(process.env.GITHUB_WORKSPACE);