Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-11-23 02:26:45 +0300
committerGitHub <noreply@github.com>2021-11-23 02:26:45 +0300
commit516e29d8cf8cef79a18718faadb669d65f4bd212 (patch)
treec20f5130960d59b4e49e4138de88868b3cedd16d /.github
parent0b4d06657b1ad91617ab8516d148e6a2a953b358 (diff)
build: fix branch name for lint-md-dependencies update
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 <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tools.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 9d0f07717ae..1d249832caf 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