From a0f5fa26dbee45b0f2b547aac251785d899d554b Mon Sep 17 00:00:00 2001 From: Nick Badal Date: Thu, 10 Sep 2020 10:22:39 -0700 Subject: [PATCH] Push template cleanup commit to correct branch (#31) `ad-m/github-push-action` defaults to pushing `HEAD` to `master`, but we want it to go to `main` now --- .github/workflows/template-cleanup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 468a9c7..28242e4 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -69,4 +69,5 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: + branch: main github_token: ${{ secrets.GITHUB_TOKEN }}