Skip to content

Commit 97dfe8f

Browse files
chore: build
1 parent 95de373 commit 97dfe8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39051,8 +39051,11 @@ function run(context) {
3905139051
console.log(item.toString());
3905239052
});
3905339053
workflowFilePaths.forEach((wf) => {
39054+
console.log("\nREADING WORKFLOW FILES");
39055+
console.log(line);
3905439056
let workflow = { filePath: wf, actions: Array() };
3905539057
workflowFiles.push(workflow);
39058+
console.log("\nReading:" + workflow.filePath);
3905639059
try {
3905739060
let yaml = js_yaml_1.default.load(fs_1.default.readFileSync(workflow.filePath, "utf-8"));
3905839061
let actionStrings = getPropertyValues(yaml, "uses");

0 commit comments

Comments
 (0)