We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3f2c4 commit 8ce616eCopy full SHA for 8ce616e
.github/workflows/dbip_download.yml
@@ -59,5 +59,5 @@ jobs:
59
fi
60
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
61
git add ip_country/src/dbip_country.rs
62
- git commit -m "Update generated dbip_country ${YEAR_MONTH} Rust source file"
+ git commit -m "Update generated dbip_country ${YEAR_MONTH} Rust source file" || true
63
git push -u origin HEAD
0 commit comments