Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Jul 2, 2024
1 parent 544f7b2 commit 96e563b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ try {
if (debug) {
core.info(`Type: "${type}"`);
core.info(`Ref: "${ref}"`);
core.info(`Event: "${github.context.eventName}"`);
core.info(`Event action: "${github.context.action}"`);
core.info(yaml.dump(github.context.payload));
}

let count = 0;
Expand Down

0 comments on commit 96e563b

Please sign in to comment.