From 51afa7113a70f912aa944d4c06f9d4a9409d2b81 Mon Sep 17 00:00:00 2001 From: Adam Newbold Date: Wed, 3 Dec 2025 20:15:10 -0500 Subject: [PATCH] Update ai_robots_update.yml with rebase command to fix scheduled run --- .github/workflows/ai_robots_update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ai_robots_update.yml b/.github/workflows/ai_robots_update.yml index e3f0dbf..9622569 100644 --- a/.github/workflows/ai_robots_update.yml +++ b/.github/workflows/ai_robots_update.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 2 + fetch-depth: 0 - run: | pip install beautifulsoup4 requests git config --global user.name "dark-visitors" @@ -23,6 +23,7 @@ jobs: git add -A if ! git diff --cached --quiet; then git commit -m "Update from Dark Visitors" + git rebase origin/main git push else echo "No changes to commit."