Skip to content

Commit 6876043

Browse files
Update smoke-tests.yml
1 parent 0638649 commit 6876043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
HEADER="repository name,author name,author login,datetime,page,action,revision id,added lines,deleted lines"
7373
;;
7474
--contributors)
75-
HEADER="repository name,contributor login,number of commits,additions,deletions,branch"
75+
HEADER="repository_name,login,name,email,url,permissions,total_commits,node_id,type,bio,site_admin"
7676
;;
7777
--workflow_runs)
78-
HEADER="repository name,workflow name,run id,status,conclusion,author login,author email,date and time,url,branch"
78+
HEADER="repository_name,display_title,event,head_branch,head_sha,name,path,started_at,total_duration,conclusion,status,url"
7979
;;
8080
*)
8181
echo "Unknown ARG: '${{ matrix.args }}'"

0 commit comments

Comments
 (0)