Update README
This commit is contained in:
24
README.md
24
README.md
@@ -66,6 +66,7 @@ name: depup
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '14 14 * * *'
|
- cron: '14 14 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
reviewdog:
|
reviewdog:
|
||||||
@@ -92,3 +93,26 @@ jobs:
|
|||||||
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3A${{ github.workflow }}).
|
||||||
branch: depup/${{ steps.depup.outputs.repo }}
|
branch: depup/${{ steps.depup.outputs.repo }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Run depup, and then create PR
|
||||||
|
|
||||||
|
If you want to create a PR after, you can use `reviewdog/action-depup/with-pr@v1` action.
|
||||||
|
|
||||||
|
```yml
|
||||||
|
name: depup
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '14 14 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
reviewdog:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: reviewdog/action-depup/with-pr@v1
|
||||||
|
with:
|
||||||
|
file: testdata/testfile
|
||||||
|
version_name: REVIEWDOG_VERSION
|
||||||
|
repo: reviewdog/reviewdog
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user