This commit is contained in:
2026-01-25 23:26:03 +00:00
parent c16ee3153f
commit 38cfa07dd1

View File

@ -19,6 +19,9 @@ jobs:
with:
fetch-depth: 0
# fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
- name: Dump Gitea env
run: |
env | sort | grep GITEA
- name: Get changed files other method
run: |
git fetch origin $GITEA_BASE_REF