From dfa0dc2e8549f3bfc33a8121aa61cd3d51b7cdf9 Mon Sep 17 00:00:00 2001 From: Technocality <105610111+Technocality@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:05:23 -0500 Subject: [PATCH] Forgot to change rate limit delay --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 75224eec7..b51c4cf84 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -73,7 +73,7 @@ jobs: - name: Rate limiting delay if: steps.check-dir.outputs.dir-exists == 'true' - run: sleep 10 + run: sleep 5 # Upload changes only if files were updated - name: Upload changes