Skip to content

Commit

Permalink
🐛 fix(action.ts): add debug log when running action (#478)
Browse files Browse the repository at this point in the history
🔧 chore(index.ts): handle empty configJson input
The debug log added to the run method in action.ts will help with debugging and understanding the flow of the application. The empty configJson input is now handled in index.ts, which prevents the application from crashing when the input is empty.

Signed-off-by: Jonathan Stevens <[email protected]>
  • Loading branch information
TGTGamer authored Apr 14, 2023
1 parent 96ef01d commit cad28ca
Show file tree
Hide file tree
Showing 44 changed files with 3,295 additions and 3,452 deletions.
3,371 changes: 1,643 additions & 1,728 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

393 changes: 194 additions & 199 deletions lib/action.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/conditions/index.js

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

11 changes: 4 additions & 7 deletions lib/conditions/pr/branch-matches.js

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

5 changes: 2 additions & 3 deletions lib/conditions/pr/changes-size.js

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

5 changes: 2 additions & 3 deletions lib/conditions/project/on-column.js

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

27 changes: 11 additions & 16 deletions lib/conditions/util/and.js

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

17 changes: 7 additions & 10 deletions lib/conditions/util/creator-matches.js

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

39 changes: 18 additions & 21 deletions lib/conditions/util/description-matches.js

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

Loading

0 comments on commit cad28ca

Please sign in to comment.