Skip to content

Commit 425a234

Browse files
committed
Polish "Apply conventions to existing Actions and Workflows"
See gh-42512
1 parent 20b3e61 commit 425a234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/sync-to-maven-central/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ inputs:
77
ossrh-s01-staging-profile:
88
description: 'Staging profile to use when syncing to Central'
99
required: true
10-
ossrh-s01-token-username:
11-
description: 'Username for authentication with s01.oss.sonatype.org'
12-
required: true
1310
ossrh-s01-token-password:
1411
description: 'Password for authentication with s01.oss.sonatype.org'
1512
required: true
13+
ossrh-s01-token-username:
14+
description: 'Username for authentication with s01.oss.sonatype.org'
15+
required: true
1616
spring-boot-version:
1717
description: 'Version of Spring Boot that is being synced to Central'
1818
required: true

0 commit comments

Comments
 (0)