mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 17:50:39 +08:00
run: node .github/workflows/UpdateDirectory.js
This commit is contained in:
5
.github/workflows/update_directory_md.yml
vendored
5
.github/workflows/update_directory_md.yml
vendored
@ -7,9 +7,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@v1
|
||||
- run: node UpdateDirectory.js
|
||||
- name: Update DIRECTORY.md
|
||||
run: |
|
||||
- run: |
|
||||
node .github/workflows/UpdateDirectory.js
|
||||
cat DIRECTORY.md
|
||||
git config --global user.name github-actions
|
||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
||||
|
Reference in New Issue
Block a user