Skip to content

Commit 531b223

Browse files
committed
Test
1 parent 2ce0276 commit 531b223

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-copyright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
- name: Checkout code
2323
uses: actions/checkout@v4
24+
with:
25+
ref: main
26+
fetch-depth: 0
2427

2528
- name: Install dependencies
2629
run: composer install --prefer-dist --no-progress --ignore-platform-req=ext-*
2730

28-
- name: Test git log
29-
run: git log --pretty='%H %cs %s'
30-
3131
- name: Run Update Copyright
3232
run: php -f shell/update-copyright.php
3333

0 commit comments

Comments
 (0)