Skip to content

Commit b007460

Browse files
committed
misc: documentation updates
1 parent 0459675 commit b007460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/utils/depend-on-version/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ description: Updates a libs.versions.toml dependency
33

44
inputs:
55
working-directory:
6-
description: The root directory of the project
6+
description: Directory in which the action will run (must contain `gradle/libs.versions.toml`)
77
default: .
88
dependency:
9-
description: The dependency to update
9+
description: Name of the dependency to update in `libs.versions.toml`. Must match the exact key used in the file
1010
version:
11-
description: The version to update the dependency to
11+
description: The version string to assign to the specified dependency
1212

1313
runs:
1414
using: composite

0 commit comments

Comments
 (0)