Fix unexpected symbol error in update-deps workflow

This commit is contained in:
Ciprian Hacman 2022-06-27 10:45:13 +03:00
parent e61ce363ce
commit b173541ae5
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...