Skip to content

Commit f909868

Browse files
committed
Remove invalid command from JSON
1 parent 7cfb284 commit f909868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class Utils {
135135
"provider_name": "${oidcProviderName}",
136136
"project_key": "${projectKey}",
137137
"gh_job_id": "${jobId}",
138-
"gh_run_id": "${runId}"
138+
"gh_run_id": "${runId}",
139139
}`;
140140
const additionalHeaders = {
141141
'Content-Type': 'application/json',

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class Utils {
162162
"provider_name": "${oidcProviderName}",
163163
"project_key": "${projectKey}",
164164
"gh_job_id": "${jobId}",
165-
"gh_run_id": "${runId}"
165+
"gh_run_id": "${runId}",
166166
}`;
167167

168168
const additionalHeaders: OutgoingHttpHeaders = {

0 commit comments

Comments
 (0)