mirror of
https://github.com/gradle/actions.git
synced 2025-04-22 18:59:19 +08:00
Update dependency-submission.md
fix: Fixed document typo (additonal -> additional)
This commit is contained in:
parent
90f1de0556
commit
859e437b05
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user