chore: Fix typo in Jenkins credential (no-changelog) (#12242)

This commit is contained in:
Sumin Hong 2025-01-22 20:20:18 +09:00 committed by GitHub
parent 819ebd058d
commit 46bd58cdfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ export class JenkinsApi implements ICredentialType {
properties: INodeProperties[] = [
{
displayName: 'Jenking Username',
displayName: 'Jenkins Username',
name: 'username',
type: 'string',
default: '',