Merge pull request #13886 from hakman/depup

Fix unexpected symbol error in  update-deps workflow
This commit is contained in:
Kubernetes Prow Robot 2022-06-27 06:20:59 -07:00 committed by GitHub
commit 16f1da9a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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...