Merge pull request #25 from reviewdog/rename-owner
Change the owner name
This commit is contained in:
16
README.md
16
README.md
@@ -1,15 +1,15 @@
|
||||
# depup - Action which updates dependencies automatically
|
||||
|
||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3ATest)
|
||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Areviewdog)
|
||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Adepup+event%3Apush+branch%3Amaster)
|
||||
[](https://github.com/haya14busa/action-depup/actions?query=workflow%3Arelease)
|
||||
[](https://github.com/haya14busa/action-depup/releases)
|
||||
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3ATest)
|
||||
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Areviewdog)
|
||||
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Adepup+event%3Apush+branch%3Amaster)
|
||||
[](https://github.com/reviewdog/action-depup/actions?query=workflow%3Arelease)
|
||||
[](https://github.com/reviewdog/action-depup/releases)
|
||||
[](https://github.com/haya14busa/action-bumpr)
|
||||
|
||||
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:**
|
||||
|
||||
@@ -33,7 +33,7 @@ yaml:
|
||||
REVIEWDOG_VERSION: 0.1.0
|
||||
```
|
||||
|
||||
demo: https://github.com/haya14busa/action-depup/pull/4
|
||||
demo: https://github.com/reviewdog/action-depup/pull/4
|
||||
|
||||
## Inputs
|
||||
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: haya14busa/action-depup@v1
|
||||
- uses: reviewdog/action-depup@v1
|
||||
id: depup
|
||||
with:
|
||||
file: testdata/testfile
|
||||
|
||||
Reference in New Issue
Block a user