From 859e437b054b62e2bbcb8f9182a604fa4e15667a Mon Sep 17 00:00:00 2001 From: lokalpage-safe <165986817+lokalpage-safe@users.noreply.github.com> Date: Wed, 1 May 2024 12:10:17 +0900 Subject: [PATCH] Update dependency-submission.md fix: Fixed document typo (additonal -> additional) --- docs/dependency-submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependency-submission.md b/docs/dependency-submission.md index c9168ce..925d376 100644 --- a/docs/dependency-submission.md +++ b/docs/dependency-submission.md @@ -95,7 +95,7 @@ In some cases, the default action configuration will not be sufficient, and addi dependency-resolution-task: myDependencyResolutionTask # 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. cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}