Skip to content

Commit 8515675

Browse files
committed
Add header to CSV
1 parent 3888a0f commit 8515675

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

audit_workflow_runs.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ async function main() {
209209

210210
const action_run_results = orgOrEnt != 'repo' ? auditEnterpriseOrOrg(orgOrEntName, orgOrEnt, startDate, endDate) : auditRepo(orgOrEntName, startDate, endDate);
211211

212+
console.log("org,repo,workflow,run_id,created_at,name,version,sha");
213+
212214
for await (const result of action_run_results) {
213215
if (args.length >= 5) {
214216
const [actionName, actionSha] = args.slice(4);

0 commit comments

Comments
 (0)