From ea03947fbfe31856a70f38c99aa4060f2157617a Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:09:55 +0000 Subject: [PATCH] chore: remove invalid output --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index c3c6b114..2ec41bf0 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -49,6 +49,6 @@ jobs: > [!NOTE] > Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates. - title: "feat(deps): bump the vscode-extensions group with ${{ fromJson(steps.update-extensions.outputs.json-summary).numberOfUpdates }} updates" + title: "feat(deps): bump the vscode-extensions" labels: dependencies,vscode-extensions token: ${{ secrets.AMP_RELEASER_TOKEN }}