feat(workflow): fix update site data workflow err (#2312)

This commit is contained in:
Soxoj
2026-03-22 22:31:55 +01:00
committed by GitHub
parent 4f397fed1c
commit 9ac0a65914
+3 -1
View File
@@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.2 uses: actions/checkout@v4
with: with:
ref: main
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Install system dependencies - name: Install system dependencies
@@ -41,4 +42,5 @@ jobs:
title: "Automated Sites List Update" title: "Automated Sites List Update"
body: "Automated changes to sites.md based on new Alexa rankings/statistics." body: "Automated changes to sites.md based on new Alexa rankings/statistics."
branch: "auto/update-sites-list" branch: "auto/update-sites-list"
base: main
delete-branch: true delete-branch: true