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
|
delete-branch: true
|
||||||
labels: ok-to-test
|
labels: ok-to-test
|
||||||
body: |
|
body: |
|
||||||
Updating go.mod with latest dependencies:
|
Updating go.mod with latest dependencies...
|
||||||
```
|
|
||||||
${{ join(steps.update_deps.outputs.changes, "\n") }}
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue