From 6971e5720b7a6c064a0826aeb52beee586830ee4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 22 Nov 2021 15:26:45 -0800 Subject: [PATCH] build: fix branch name for lint-md-dependencies update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/runs/4288412090?check_suite_focus=true PR-URL: https://github.com/nodejs/node/pull/40924 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 9d0f07717ae0da..1d249832cafaeb 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -32,7 +32,7 @@ jobs: echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV ./update-babel-eslint.sh fi - - id: "lint-md dependencies" + - id: "lint-md-dependencies" run: | cd tools/lint-md npm ci