From 8b04ed560538f64e3b4b68dc035345f6ab778d53 Mon Sep 17 00:00:00 2001 From: Jingsi Lu Date: Mon, 20 Nov 2023 11:59:26 -0500 Subject: [PATCH] changes should be pushed on to current branch --- .github/workflows/update_credits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_credits.yml b/.github/workflows/update_credits.yml index b91b2bb242..7c38680eb0 100644 --- a/.github/workflows/update_credits.yml +++ b/.github/workflows/update_credits.yml @@ -28,6 +28,6 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -m "Update credits.md with contributor information" - git push origin master + git push origin HEAD env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}