FETCH_HEAD, checkout@V7 regression

This commit is contained in:
Thomas Göttgens
2026-07-01 09:30:26 +02:00
committed by GitHub
co-authored by GitHub
parent ac908c8a1b
commit b28898ae4d
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
GIT_BRANCH: ${{ github.ref_name }}
run: |
git fetch --prune origin $GIT_BRANCH
git checkout origin/$GIT_BRANCH
git checkout FETCH_HEAD
- name: Download nanopb
run: |