Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
egdmrsy committed Dec 18, 2023
1 parent b54e38e commit 77be64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/audit-report-action/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38678,7 +38678,7 @@ const { validateConfig, Config } = __nccwpck_require__(152);
const { createOrUpdateIssues } = __nccwpck_require__(9853);

const run = async function() {
// await doFsAudit();
await doFsAudit();
await doImageAudit();
}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/audit-report-action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { validateConfig, Config } = require('./config');
const { createOrUpdateIssues } = require('./issue');

const run = async function() {
// await doFsAudit();
await doFsAudit();
await doImageAudit();
}

Expand Down

0 comments on commit 77be64f

Please sign in to comment.