mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-07 15:59:41 +00:00
set insteadOf url for org-id (#621)
This commit is contained in:
@ -73,4 +73,9 @@ export interface IGitSourceSettings {
|
||||
* Indicates whether to persist the credentials on disk to enable scripting authenticated git commands
|
||||
*/
|
||||
persistCredentials: boolean
|
||||
|
||||
/**
|
||||
* Organization ID for the currently running workflow (used for auth settings)
|
||||
*/
|
||||
workflowOrganizationId: number | undefined
|
||||
}
|
||||
|
Reference in New Issue
Block a user