Skip to content

Commit 8671f2a

Browse files
committed
[TEST]
1 parent c8de22c commit 8671f2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export async function run() {
1919

2020
let arch = core.getInput('architecture');
2121
const cache = core.getInput('cache');
22-
23-
const payload = JSON.stringify(github.context.payload, undefined, 2)
24-
console.log(`The event payload: ${payload}`);
25-
2622
// if architecture supplied but node-version is not
2723
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
2824
if (arch && !version) {

0 commit comments

Comments
 (0)