Browse Source

simplify and clean up params for create pr step

pull/1266/head
Ross McFarland 6 months ago
parent
commit
f2189b2149
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      .github/workflows/geo-data.yml

+ 1
- 7
.github/workflows/geo-data.yml View File

@ -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

Loading…
Cancel
Save