Skip to content

Commit

Permalink
Merge d652aee into 8d03dcc
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Mar 23, 2024
2 parents 8d03dcc + d652aee commit 64ac9c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
image-directory-path: "./images"
disable-branch: true
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const getConfig = (): Config => {
validateReportFilePath(reportFilePath);
const commentReportFormat = core.getInput('comment-report-format') || 'raw';
validateCommentReportFormat(commentReportFormat);

console.log('disableBRanch', getBoolInput(core.getInput('disable-branch')), core.getInput('disable-branch'));
return {
githubToken,
imageDirectoryPath,
Expand Down
1 change: 1 addition & 0 deletions src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const run = async ({
date: string;
config: Config;
}) => {
log.info({ config });
// Setup directory for artifact and copy images.
await init(config);

Expand Down

0 comments on commit 64ac9c3

Please sign in to comment.