mirror of https://github.com/kubernetes/kops.git
Print all modified files in update-deps generated PRs
This commit is contained in:
parent
bc1b2a04fa
commit
7a8650342d
|
|
@ -37,5 +37,5 @@ jobs:
|
||||||
body: |
|
body: |
|
||||||
Updating go.mod with latest dependencies:
|
Updating go.mod with latest dependencies:
|
||||||
```
|
```
|
||||||
${{ steps.update_deps.outputs.changes }}
|
${{ join(steps.update_deps.outputs.changes, "\n") }}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue