Automate blacklist updater / test

This commit is contained in:
Be
2024-03-02 12:23:08 +01:00
parent 34abb1d45c
commit 4d02ef738e
3 changed files with 0 additions and 6 deletions

View File

@@ -51,6 +51,4 @@ jobs:
if [ $? -ne 0 ]; then
git commit -m "Update $timestamp"
git push https://${{ env.GH_PAT }}@github.com/${{ env.REPO_OWNER }}/${{ env.REPO_NAME }}.git
else
echo "No changes to commit"
fi