mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Reorder function arguments alphabetically
This commit is contained in:
@@ -30,8 +30,8 @@ export async function setup(config: BuildScanConfig): Promise<void> {
|
||||
|
||||
return setupToken(
|
||||
config.getDevelocityAccessKey(),
|
||||
config.getDevelocityTokenExpiry(),
|
||||
config.getDevelocityAllowUntrustedServer()
|
||||
config.getDevelocityAllowUntrustedServer(),
|
||||
config.getDevelocityTokenExpiry()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user