Update README

This commit is contained in:
haya14busa
2021-09-20 15:07:06 +00:00
parent e8f96c2af9
commit 78295f0a74

View File

@@ -66,6 +66,7 @@ name: depup
on:
schedule:
- cron: '14 14 * * *'
workflow_dispatch:
jobs:
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 }}).
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
```