File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ jobs:
190
190
runs-on : ubuntu-latest
191
191
steps :
192
192
- uses : actions/checkout@v4
193
+ with :
194
+ fetch-depth : 0 # Ensure full history is available
193
195
- name : Checkout the exact commit
194
196
run : git checkout $GITHUB_SHA
195
197
- name : Install required dependencies
@@ -198,7 +200,7 @@ jobs:
198
200
sudo apt-get install -y bash git
199
201
- name : Run copyright check
200
202
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
202
204
chmod +x ./etc/scripts/set_copyright_year.sh
203
205
./etc/scripts/set_copyright_year.sh --check
204
206
You can’t perform that action at this time.
0 commit comments