From f2189b2149478b299cb28bc24961f254227cac0b Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 19 Jun 2025 10:24:16 -0700 Subject: [PATCH] simplify and clean up params for create pr step --- .github/workflows/geo-data.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/geo-data.yml b/.github/workflows/geo-data.yml index 30005f9..a1249ec 100644 --- a/.github/workflows/geo-data.yml +++ b/.github/workflows/geo-data.yml @@ -45,13 +45,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.PAT }} commit-message: Periodic updates to geo_data.py - committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> - signoff: false branch: update-geo-data - delete-branch: true - title: 'Update geo data to reflect recent changes' + title: Update geo_data.py to reflect recent changes body: Auto-generated with https://github.com/peter-evans/create-pull-request - draft: false