Skip to content

Commit 10d0e59

Browse files
committed
Updated README.md
1 parent a71f6ae commit 10d0e59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ node audit_workflow_runs.js <org or enterprise name> <ent|org|repo> <start date>
2727

2828
Results are printed to the console in CSV, for convenience, and also appended to a single-line JSON file in the current directory. This is named `workflow_audit_results.sljson` by default, and can be set with the optional `output-file` parameter.
2929

30+
The CSV output has the headers:
31+
32+
```csv
33+
org,repo,workflow,run_id,created_at,name,version,sha
34+
```
35+
3036
By default all Actions are listed, but you can filter by particular Actions using a JSON formatted input file.
3137

3238
For example:

0 commit comments

Comments
 (0)