fix: improving geolite workflow
This commit is contained in:
committed by
Feanil Patel
parent
6a046ebe50
commit
e96e6ec684
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user