only create pull request if something has changed
This commit is contained in:
parent
818882be5d
commit
6771d0553d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
|||
body="${body//$'\r'/'%0D'}"
|
||||
echo ::set-output name=body::$body
|
||||
- uses: peter-evans/create-pull-request@v4
|
||||
if: steps.update-step.outputs.body != ''
|
||||
with:
|
||||
token: ${{ secrets.PUBLISH_TOKEN }}
|
||||
body: ${{ steps.update-step.outputs.body }}
|
||||
|
@ -65,3 +66,4 @@ jobs:
|
|||
automated
|
||||
assignees: darkkirb
|
||||
reviewers: darkkirb
|
||||
add-paths: flake.lock
|
||||
|
|
Loading…
Reference in a new issue