16
README.md
16
README.md
@@ -1,15 +1,15 @@
|
|||||||
# depup - Action which updates dependencies automatically
|
# depup - Action which updates dependencies automatically
|
||||||
|
|
||||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3ATest)
|
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3ATest)
|
||||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Areviewdog)
|
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Areviewdog)
|
||||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Adepup+event%3Apush+branch%3Amaster)
|
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Adepup+event%3Apush+branch%3Amaster)
|
||||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Arelease)
|
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Arelease)
|
||||||
[](https://github.com/haya14busa/action-depup/releases)
|
[](https://github.com/reviewdog/action-depup/releases)
|
||||||
[](https://github.com/haya14busa/action-bumpr)
|
[](https://github.com/haya14busa/action-bumpr)
|
||||||
|
|
||||||
depup action updates version in a given file automatically.
|
depup action updates version in a given file automatically.
|
||||||
|
|
||||||
[](https://github.com/haya14busa/action-depup/pull/4)
|
[](https://github.com/reviewdog/action-depup/pull/4)
|
||||||
|
|
||||||
**Supported patterns example:**
|
**Supported patterns example:**
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ yaml:
|
|||||||
REVIEWDOG_VERSION: 0.1.0
|
REVIEWDOG_VERSION: 0.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
demo: https://github.com/haya14busa/action-depup/pull/4
|
demo: https://github.com/reviewdog/action-depup/pull/4
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: haya14busa/action-depup@v1
|
- uses: reviewdog/action-depup@v1
|
||||||
id: depup
|
id: depup
|
||||||
with:
|
with:
|
||||||
file: testdata/testfile
|
file: testdata/testfile
|
||||||
|
|||||||
Reference in New Issue
Block a user