Skip to content

Commit 8ce616e

Browse files
authored
Update dbip_download.yml
1 parent 2c3f2c4 commit 8ce616e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dbip_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
fi
6060
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
6161
git add ip_country/src/dbip_country.rs
62-
git commit -m "Update generated dbip_country ${YEAR_MONTH} Rust source file"
62+
git commit -m "Update generated dbip_country ${YEAR_MONTH} Rust source file" || true
6363
git push -u origin HEAD

0 commit comments

Comments
 (0)