From 791697714d57595c526c9cd23b79c55889af4ffe Mon Sep 17 00:00:00 2001 From: FoxStorm1 <69159547+Yeetov@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:06:51 +0100 Subject: [PATCH] Update generate-db.yml --- .github/workflows/generate-db.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/generate-db.yml b/.github/workflows/generate-db.yml index 00cf3d1d..4bd2b61d 100644 --- a/.github/workflows/generate-db.yml +++ b/.github/workflows/generate-db.yml @@ -80,6 +80,7 @@ jobs: awk -v avatars_content="$AVATARS_CSS_CONTENT" '/\/\* Discord Avatars \*\// {print; print avatars_content; f=1; next} /\/\* End of Discord Avatars \*\// {if (f) f=0; else print} !f' "$CSS_FILE" > tmpfile && mv tmpfile "$CSS_FILE" - name: Push changes + continue-on-error: true run: | git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"