Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Dec 17, 2021
1 parent 59aa6ac commit ab5f7ce
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# pom.xml Dependencies Updater (pomxml-dep-update)

If there is a newer version of the dependency in pom.xml, rewrite it to the latest version.

## Attention

This action may cause destructive changes to the existing file (`pom.xml`).

## Action Inputs

- `pom-path`: Path to `pom.xml` (e.g, `pom.xml`)
- `ignore-packages`: The packages that will not be updated, Comma separated (e.g, `com.tomacheese.abc,com.tomacheese.def`)

## Example

```yml
- name: pom.xml Dependencies Updater
uses: book000/pomxml-dep-update@v1.0.0
with:
pom-path: pom.xml
ignore-packages: com.tomacheese.abc,com.tomacheese.def
```

0 comments on commit ab5f7ce

Please sign in to comment.