We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de22c commit 8671f2aCopy full SHA for 8671f2a
src/main.ts
@@ -19,10 +19,6 @@ export async function run() {
19
20
let arch = core.getInput('architecture');
21
const cache = core.getInput('cache');
22
-
23
- const payload = JSON.stringify(github.context.payload, undefined, 2)
24
- console.log(`The event payload: ${payload}`);
25
26
// if architecture supplied but node-version is not
27
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
28
if (arch && !version) {
0 commit comments