We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de373 commit 97dfe8fCopy full SHA for 97dfe8f
lib/index.js
@@ -39051,8 +39051,11 @@ function run(context) {
39051
console.log(item.toString());
39052
});
39053
workflowFilePaths.forEach((wf) => {
39054
+ console.log("\nREADING WORKFLOW FILES");
39055
+ console.log(line);
39056
let workflow = { filePath: wf, actions: Array() };
39057
workflowFiles.push(workflow);
39058
+ console.log("\nReading:" + workflow.filePath);
39059
try {
39060
let yaml = js_yaml_1.default.load(fs_1.default.readFileSync(workflow.filePath, "utf-8"));
39061
let actionStrings = getPropertyValues(yaml, "uses");
0 commit comments