We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0459675 commit b007460Copy full SHA for b007460
.github/actions/utils/depend-on-version/action.yml
@@ -3,12 +3,12 @@ description: Updates a libs.versions.toml dependency
3
4
inputs:
5
working-directory:
6
- description: The root directory of the project
+ description: Directory in which the action will run (must contain `gradle/libs.versions.toml`)
7
default: .
8
dependency:
9
- description: The dependency to update
+ description: Name of the dependency to update in `libs.versions.toml`. Must match the exact key used in the file
10
version:
11
- description: The version to update the dependency to
+ description: The version string to assign to the specified dependency
12
13
runs:
14
using: composite
0 commit comments