From 32d5dd477c3a50c2f62118023ca423b0b99d1deb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 12 May 2020 11:30:51 +0200 Subject: [PATCH] run: node .github/workflows/UpdateDirectory.js --- .github/workflows/update_directory_md.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_directory_md.yml b/.github/workflows/update_directory_md.yml index 1c691eb9a..3c6c333cb 100644 --- a/.github/workflows/update_directory_md.yml +++ b/.github/workflows/update_directory_md.yml @@ -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'