mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
feat(workflow): fix update site data workflow err (#2312)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user