mirror of
https://github.com/actions/checkout.git
synced 2025-06-24 21:31:07 +02:00
update verbiage; add comments
This commit is contained in:
@ -320,6 +320,8 @@ describe('git-auth-helper tests', () => {
|
||||
).toString()
|
||||
expect(actualSshKeyContent).toBe(settings.sshKey + '\n')
|
||||
if (!isWindows) {
|
||||
// Assert read/write for user, not group or others.
|
||||
// Otherwise SSH client will error.
|
||||
expect((await fs.promises.stat(actualSshKeyPath)).mode & 0o777).toBe(
|
||||
0o600
|
||||
)
|
||||
|
Reference in New Issue
Block a user