From b173541ae59936fdfda1e1cf6b8fcee113d441b3 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Mon, 27 Jun 2022 10:45:13 +0300 Subject: [PATCH] Fix unexpected symbol error in update-deps workflow --- .github/workflows/update-deps.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 5d44c71fa5..2973ac18f8 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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...