From 3723322bd0c85e37d3ff5f3b3dc62754df2c3b96 Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Thu, 28 Oct 2021 18:48:36 +0530 Subject: [PATCH] fix: update file name --- .github/workflows/UpdateDirectory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UpdateDirectory.yml b/.github/workflows/UpdateDirectory.yml index cd33b955f..b27a516e0 100644 --- a/.github/workflows/UpdateDirectory.yml +++ b/.github/workflows/UpdateDirectory.yml @@ -24,4 +24,4 @@ jobs: git config --global user.name github-actions git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY - .github/workflows/commitAndPushDirectory.sh + .github/workflows/CommitAndPushDirectory.sh