Skip to content

Commit 32d5dd4

Browse files
authored
run: node .github/workflows/UpdateDirectory.js
1 parent 0893767 commit 32d5dd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/update_directory_md.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ jobs:
77
steps:
88
- uses: actions/checkout@master
99
- uses: actions/setup-node@v1
10-
- run: node UpdateDirectory.js
11-
- name: Update DIRECTORY.md
12-
run: |
10+
- run: |
11+
node .github/workflows/UpdateDirectory.js
1312
cat DIRECTORY.md
1413
git config --global user.name github-actions
1514
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'

0 commit comments

Comments
 (0)