Skip to content

Commit

Permalink
Inherit GITHUB_ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed May 30, 2024
1 parent 47ccdfe commit e103132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _install/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async function setupUnix(os: "linux" | "darwin") {
`)
.clearEnv()
.env({
GITHUB_ACTIONS: Deno.env.get("GITHUB_ACTIONS"),
HOME: homeDir,
});
}
Expand Down

0 comments on commit e103132

Please sign in to comment.