Skip to content

Commit

Permalink
printout context
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 5, 2024
1 parent 2672671 commit 948164f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,7 @@ module.exports = (app) => {
// must contain a release_tag as input (can be a branch name)
app.on("workflow_dispatch", async (context) => {

const { inputs, repository } = context.payload;
context.log.info('inputs:', inputs);
context.log.info('repository:', repository);
context.log.info('context:', context);


});
Expand Down

0 comments on commit 948164f

Please sign in to comment.