Skip to content

Commit

Permalink
chore: debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 17, 2024
1 parent a87d48b commit 9bf2cc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ export async function run() {
authToken: payload.authToken,
ref: payload.ref,
};
console.log("2.");

await plugin(inputs, env);
console.log("3.");

return await returnDataToKernel("1234", inputs.stateId, {});
return await returnDataToKernel(process.env.GITHUB_TOKEN, inputs.stateId, {});
}

export async function returnDataToKernel(repoToken: string, stateId: string, output: object) {
Expand Down

0 comments on commit 9bf2cc1

Please sign in to comment.