3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-06-26 22:59:00 +00:00

block checking out fork pr for some events

This commit is contained in:
Aiqiao Yan 2026-06-12 19:12:01 +00:00
parent df4cb1c069
commit b8447332b0
10 changed files with 474 additions and 2 deletions

View file

@ -1173,7 +1173,8 @@ async function setup(testName: string): Promise<void> {
sshUser: '',
workflowOrganizationId: 123456,
setSafeDirectory: true,
githubServerUrl: githubServerUrl
githubServerUrl: githubServerUrl,
allowUnsafePrCheckout: false
}
}