Skip to content

Commit fd517ee

Browse files
committed
test ci inconsistency
1 parent 140570d commit fd517ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ jobs:
190190
runs-on: ubuntu-latest
191191
steps:
192192
- uses: actions/checkout@v4
193+
with:
194+
fetch-depth: 0 # Ensure full history is available
193195
- name: Checkout the exact commit
194196
run: git checkout $GITHUB_SHA
195197
- name: Install required dependencies
@@ -198,7 +200,7 @@ jobs:
198200
sudo apt-get install -y bash git
199201
- name: Run copyright check
200202
run: |
201-
git log --no-merges --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
203+
git log --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
202204
chmod +x ./etc/scripts/set_copyright_year.sh
203205
./etc/scripts/set_copyright_year.sh --check
204206

0 commit comments

Comments
 (0)