Skip to content

Commit 9e923f6

Browse files
fix tests
1 parent 409205e commit 9e923f6

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,login,name,email,url,permissions,total_commits,node_id,type,bio,site_admin"
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,display_title,event,head_branch,head_sha,name,path,started_at,total_duration,conclusion,status,url"
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)