mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 19:17:33 +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:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
- run: node UpdateDirectory.js
|
- run: |
|
||||||
- name: Update DIRECTORY.md
|
node .github/workflows/UpdateDirectory.js
|
||||||
run: |
|
|
||||||
cat DIRECTORY.md
|
cat DIRECTORY.md
|
||||||
git config --global user.name github-actions
|
git config --global user.name github-actions
|
||||||
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
|
||||||
|
Reference in New Issue
Block a user