Skip to content

Commit 75496b6

Browse files
committed
aaaaa
1 parent 29646e9 commit 75496b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/action/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ import { generateContributionSnake } from "./generateContributionSnake";
77
console.log(core.getInput("user_name"));
88
console.log(core.getInput("gif_out_path"));
99
console.log("--");
10+
console.log("--");
1011
console.log(process.cwd());
1112
console.log("--");
1213
console.log(fs.readdirSync(process.cwd()));
14+
console.log("--");
15+
console.log("--");
16+
console.log(process.env.GITHUB_WORKSPACE);
17+
console.log("--");
18+
console.log(fs.readdirSync(process.cwd()));
1319

1420
const buffer = await generateContributionSnake(core.getInput("user_name"));
1521
fs.writeFileSync(core.getInput("gif_out_path"), buffer);

0 commit comments

Comments
 (0)