mirror of https://github.com/kubernetes/kops.git
Fix unexpected symbol error in update-deps workflow
This commit is contained in:
parent
e61ce363ce
commit
b173541ae5
|
@ -35,7 +35,4 @@ jobs:
|
|||
delete-branch: true
|
||||
labels: ok-to-test
|
||||
body: |
|
||||
Updating go.mod with latest dependencies:
|
||||
```
|
||||
${{ join(steps.update_deps.outputs.changes, "\n") }}
|
||||
```
|
||||
Updating go.mod with latest dependencies...
|
||||
|
|
Loading…
Reference in New Issue