From 425a234eb5732ea6c2f5f39eb2e687a7651de9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 7 Oct 2024 07:44:26 +0200 Subject: [PATCH] Polish "Apply conventions to existing Actions and Workflows" See gh-42512 --- .github/actions/sync-to-maven-central/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 2991e2dcc2a..543b96c24ad 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -7,12 +7,12 @@ inputs: ossrh-s01-staging-profile: description: 'Staging profile to use when syncing to Central' required: true - ossrh-s01-token-username: - description: 'Username for authentication with s01.oss.sonatype.org' - required: true ossrh-s01-token-password: description: 'Password for authentication with s01.oss.sonatype.org' required: true + ossrh-s01-token-username: + description: 'Username for authentication with s01.oss.sonatype.org' + required: true spring-boot-version: description: 'Version of Spring Boot that is being synced to Central' required: true