We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb284 commit f909868Copy full SHA for f909868
lib/utils.js
@@ -135,7 +135,7 @@ class Utils {
135
"provider_name": "${oidcProviderName}",
136
"project_key": "${projectKey}",
137
"gh_job_id": "${jobId}",
138
- "gh_run_id": "${runId}"
+ "gh_run_id": "${runId}",
139
}`;
140
const additionalHeaders = {
141
'Content-Type': 'application/json',
src/utils.ts
@@ -162,7 +162,7 @@ export class Utils {
162
163
164
165
166
167
168
const additionalHeaders: OutgoingHttpHeaders = {
0 commit comments