mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
[bot] Update dist directory
This commit is contained in:
committed by
github-actions[bot]
parent
765a73447c
commit
e6215edc51
+1
-1
@@ -182155,7 +182155,7 @@ class ShortLivedTokenClient {
|
|||||||
this.retryInterval = 1000;
|
this.retryInterval = 1000;
|
||||||
}
|
}
|
||||||
async fetchToken(serverUrl, accessKey, expiry) {
|
async fetchToken(serverUrl, accessKey, expiry) {
|
||||||
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
|
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
|
||||||
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -135492,7 +135492,7 @@ class ShortLivedTokenClient {
|
|||||||
this.retryInterval = 1000;
|
this.retryInterval = 1000;
|
||||||
}
|
}
|
||||||
async fetchToken(serverUrl, accessKey, expiry) {
|
async fetchToken(serverUrl, accessKey, expiry) {
|
||||||
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
|
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
|
||||||
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -182140,7 +182140,7 @@ class ShortLivedTokenClient {
|
|||||||
this.retryInterval = 1000;
|
this.retryInterval = 1000;
|
||||||
}
|
}
|
||||||
async fetchToken(serverUrl, accessKey, expiry) {
|
async fetchToken(serverUrl, accessKey, expiry) {
|
||||||
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
|
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
|
||||||
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -182135,7 +182135,7 @@ class ShortLivedTokenClient {
|
|||||||
this.retryInterval = 1000;
|
this.retryInterval = 1000;
|
||||||
}
|
}
|
||||||
async fetchToken(serverUrl, accessKey, expiry) {
|
async fetchToken(serverUrl, accessKey, expiry) {
|
||||||
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
|
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
|
||||||
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
|
||||||
const headers = {
|
const headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user