You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-10Lines changed: 35 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,16 +187,41 @@ It still works for pull requests from the same repository. Renovate also works w
187
187
188
188
### Arguments
189
189
190
-
- `github-token` (required): The GitHub token used to commit the lockfile to the repository.
191
-
- `commit-lockfile` (optional, default=true): Whether to commit an updated lockfile to the repository. The action can be used to update lockfiles automatically in e.g. pull requests (se warning about pull-requests from forks). If this is true and the pom.xml or workflow-file has updated it will create and commit the new lockfile - the action **will not** fail if the lockfile is outdated or invalid and only push the correct version. If this is false or the pom.xml and workflow-file remain unchanged, the action be used to verify the lockfile is correct - the action **will** fail in case of an outdated or invalid lockfile.
192
-
- `commit-message` (optional, default='chore: update lockfile'): The commit message for the lockfile if `commit-lockfile` is true.
193
-
- `commit-author` (optional, default='github\_actions'): The author for the lockfile commit if `commit-lockfile` is true. GitHub provides three values for this field.
- github\_actions -> `github-actions <email associated with the github logo>`
197
-
- `include-maven-plugins` (optional, default='false'): Whether to include Maven plugins in the lockfile.
198
-
- `lockfile-name` (optional, default="lockfile.json"): The name of the lockfile to generate/validate.
199
-
- `workflow-filename` (optional, default='Lockfile.yml'): The name of the workflow file, to automatically trigger lockfile generation when the workflow is updated.
190
+
Extended github actions example with all available options:
0 commit comments