Update dependency-submission.md

fix: Fixed document typo (additonal -> additional)
This commit is contained in:
lokalpage-safe 2024-05-01 12:10:17 +09:00 committed by GitHub
parent 90f1de0556
commit 859e437b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ In some cases, the default action configuration will not be sufficient, and addi
dependency-resolution-task: myDependencyResolutionTask dependency-resolution-task: myDependencyResolutionTask
# Additional arguments that should be passed to execute Gradle # Additional arguments that should be passed to execute Gradle
additonal-arguments: --no-configuration-cache additional-arguments: --no-configuration-cache
# Enable configuration-cache reuse for this build. # Enable configuration-cache reuse for this build.
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}