fix: improving geolite workflow

This commit is contained in:
ktyagiapphelix2u
2025-12-01 05:32:13 +00:00
committed by Feanil Patel
parent 6a046ebe50
commit e96e6ec684

View File

@@ -69,7 +69,7 @@ jobs:
- name: Create a branch, commit the code and make a PR
id: create-pr
run: |
BRANCH="${{ github.actor }}/geoip2-bot-update-country-database-$(echo "${{ github.sha }}" | cut -c 1-7)"
BRANCH="${{ github.actor }}/geoip2-bot-update-country-database-${{ github.run_id }}"
git checkout -b $BRANCH
git add .
git status