From 82750cae8480eeb7f8849f7dec9b99508a87dc50 Mon Sep 17 00:00:00 2001 From: hershit-shukla Date: Fri, 30 Aug 2024 15:44:55 +0530 Subject: [PATCH] Update README with new member --- .github/workflows/update members.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update members.yml b/.github/workflows/update members.yml index 8382a85..5ea3e43 100644 --- a/.github/workflows/update members.yml +++ b/.github/workflows/update members.yml @@ -32,6 +32,6 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' git add README.md - git commit -m "Update README with new member" + git commit -m "Update README with new member" || echo "No changes to commit" git push