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:
authorFeng Yu <F3n67u@outlook.com>2022-05-21 18:31:31 +0300
committerBryan English <bryan@bryanenglish.com>2022-05-30 19:33:54 +0300
commit11830589089bd76cd4d6e370c1013034450e3f1c (patch)
tree7f7e9a4aeb45feac7edf227b2a14a6bd5bc4333a /.github
parent1da6b7c32b0feb394e11c7b698f855945e1f6c6e (diff)
tools: refactor update-authors.js to ESM
PR-URL: https://github.com/nodejs/node/pull/43098 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/authors.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml
index ffd169df9b6..01504ed227b 100644
--- a/.github/workflows/authors.yml
+++ b/.github/workflows/authors.yml
@@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: '0' # This is required to actually get all the authors
persist-credentials: false
- - run: tools/update-authors.js # Run the AUTHORS tool
+ - run: tools/update-authors.mjs # Run the AUTHORS tool
- uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR
env:
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
body: >
Here are some new additions to the AUTHORS file.
This is an automatically generated PR by the
- `authors.yml` GitHub Action, which runs `tools/update-authors.js`.
+ `authors.yml` GitHub Action, which runs `tools/update-authors.mjs`.
branch: actions/authors-update # Custom branch *just* for this Action.
commit-message: 'meta: update AUTHORS'
labels: meta