Skip to content

Commit

Permalink
build: fix branch name for lint-md-dependencies update
Browse files Browse the repository at this point in the history
Refs: https://github.com/nodejs/node/runs/4288412090?check_suite_focus=true

PR-URL: #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>
  • Loading branch information
Trott authored and targos committed Nov 26, 2021
1 parent cf495a6 commit 05d652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Expand Up @@ -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
Expand Down

0 comments on commit 05d652a

Please sign in to comment.