Skip to content

Commit 8335b6a

Browse files
committed
Debug: Log input and token values
1 parent d9606e9 commit 8335b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ export async function run() {
44
const token = getInput("GITHUB_TOKEN");
55
const input1 = getInput("input1");
66
const input2 = getInput("input2");
7+
console.log("token", token);
8+
console.log("input1", input1);
9+
console.log("input2", input2);
710
await setOutput("token", token);
811
await setOutput("output1", input1);
912
await setOutput("output2", input2);

0 commit comments

Comments
 (0)