File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -190,16 +190,13 @@ 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
195
- ref : $GITHUB_SHA # Checkout the actual commit instead of the PR merge commit
196
193
- name : Install required dependencies
197
194
run : |
198
195
sudo apt-get update
199
196
sudo apt-get install -y bash git
200
197
- name : Run copyright check
201
198
run : |
202
- git log --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
199
+ git log --no-merges -- follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
203
200
chmod +x ./etc/scripts/set_copyright_year.sh
204
201
./etc/scripts/set_copyright_year.sh --check
205
202
You can’t perform that action at this time.
0 commit comments