From c2556d14d53261b3c735440585a807d99d63cb5f Mon Sep 17 00:00:00 2001 From: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:55:24 +0530 Subject: [PATCH] Update author.yaml --- .github/workflows/author.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/author.yaml b/.github/workflows/author.yaml index 60255da..4e11428 100644 --- a/.github/workflows/author.yaml +++ b/.github/workflows/author.yaml @@ -35,9 +35,10 @@ jobs: - name: Commit changes run: | cd ./analyze + rm -rf node_modules/ package-lock.json package.json git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - git add author.json - git commit -m "Update author.json" author.json + git add ./author.json + git commit -m "Update author.json" ./author.json echo "https://${{ secrets.GITH }}@github.com/AvineshTripathi/cred.git HEAD:main" git push https://${{ secrets.GH_TOKEN }}@github.com/AvineshTripathi/cred.git HEAD:main