Browse Source

Polish "Apply conventions to existing Actions and Workflows"

See gh-42512
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
425a234eb5
  1. 6
      .github/actions/sync-to-maven-central/action.yml

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

@ -7,12 +7,12 @@ inputs: @@ -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

Loading…
Cancel
Save