ci: Fetch base branch before README credit checks

This commit is contained in:
sickn33
2026-04-05 10:41:37 +02:00
parent 3e4f104168
commit c280390d2a

View File

@@ -82,6 +82,9 @@ jobs:
with:
node-version: "lts/*"
- name: Fetch base branch
run: git fetch origin "${{ github.base_ref }}"
- name: Install npm dependencies
run: npm ci