From 9ac0a659141975a7378ecfe82c1d42e566ef946c Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:31:55 +0100 Subject: [PATCH] feat(workflow): fix update site data workflow err (#2312) --- .github/workflows/update-site-data.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-site-data.yml b/.github/workflows/update-site-data.yml index 9c0c9c8..fd8b917 100644 --- a/.github/workflows/update-site-data.yml +++ b/.github/workflows/update-site-data.yml @@ -9,8 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v4 with: + ref: main fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Install system dependencies @@ -41,4 +42,5 @@ jobs: title: "Automated Sites List Update" body: "Automated changes to sites.md based on new Alexa rankings/statistics." branch: "auto/update-sites-list" + base: main delete-branch: true \ No newline at end of file