Browse Source

manual fetch main

pull/1252/head
Ross McFarland 7 months ago
parent
commit
4b409ae619
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/changelog.yml

+ 2
- 2
.github/workflows/changelog.yml View File

@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
ref: main
- name: Fetch main
run: git fetch origin main --depth 1
- name: Setup python
uses: actions/setup-python@v4
with:


Loading…
Cancel
Save