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'}"
|
body="${body//$'\r'/'%0D'}"
|
||||||
echo ::set-output name=body::$body
|
echo ::set-output name=body::$body
|
||||||
- uses: peter-evans/create-pull-request@v4
|
- uses: peter-evans/create-pull-request@v4
|
||||||
|
if: steps.update-step.outputs.body != ''
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PUBLISH_TOKEN }}
|
token: ${{ secrets.PUBLISH_TOKEN }}
|
||||||
body: ${{ steps.update-step.outputs.body }}
|
body: ${{ steps.update-step.outputs.body }}
|
||||||
|
@ -65,3 +66,4 @@ jobs:
|
||||||
automated
|
automated
|
||||||
assignees: darkkirb
|
assignees: darkkirb
|
||||||
reviewers: darkkirb
|
reviewers: darkkirb
|
||||||
|
add-paths: flake.lock
|
||||||
|
|
Loading…
Reference in a new issue