mirror of https://github.com/kubernetes/kops.git
Merge pull request #13886 from hakman/depup
Fix unexpected symbol error in update-deps workflow
This commit is contained in:
commit
16f1da9a86
|
@ -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