There was an error while loading. Please reload this page.
1 parent 0893767 commit 32d5dd4Copy full SHA for 32d5dd4
.github/workflows/update_directory_md.yml
@@ -7,9 +7,8 @@ jobs:
7
steps:
8
- uses: actions/checkout@master
9
- uses: actions/setup-node@v1
10
- - run: node UpdateDirectory.js
11
- - name: Update DIRECTORY.md
12
- run: |
+ - run: |
+ node .github/workflows/UpdateDirectory.js
13
cat DIRECTORY.md
14
git config --global user.name github-actions
15
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
0 commit comments