-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,17 +87,17 @@ jobs: | |
python3 geoip2fast/geoip2fast.py --coverage > "IPv4_Coverage_${PERCENTAGE}_percent.txt" | ||
mv -vf geoip2fast.dat.gz geoip2fast/geoip2fast-asn-ipv6.dat.gz | ||
- name: Push to "main" branch | ||
run: | | ||
git config user.name "${{ github.actor }}" | ||
git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
cd geoip2fast | ||
git add geoip2fast*.dat.gz | ||
cd ../geoip2fast-legacy-v1.1.9 | ||
git add geoip2fast*.dat.gz | ||
git commit -m "Updated dat.gz from Maxmind-CSV_${{ env.TAG_DATE }}" | ||
git remote set-url origin "https://${{ secrets.TOKEN }}@github.com/${{ github.repository }}" | ||
git push -f origin main | ||
# - name: Push to "main" branch | ||
# run: | | ||
# git config user.name "${{ github.actor }}" | ||
# git config user.email "${{ github.actor }}@users.noreply.github.com" | ||
# cd geoip2fast | ||
# git add geoip2fast*.dat.gz | ||
# cd ../geoip2fast-legacy-v1.1.9 | ||
# git add geoip2fast*.dat.gz | ||
# git commit -m "Updated dat.gz from Maxmind-CSV_${{ env.TAG_DATE }}" | ||
# git remote set-url origin "https://${{ secrets.TOKEN }}@github.com/${{ github.repository }}" | ||
# git push -f origin main | ||
|
||
- name: Upload to Releases Legacy v1.1.9 | ||
uses: softprops/[email protected] | ||
|