Skip to content

Commit 929083a

Browse files
committed
[repo] Supress noisy git checkout
1 parent f47f95c commit 929083a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-apidocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22+
show-progress: ''
2223

2324
- name: Checkout Moodle
2425
uses: actions/checkout@v4
2526
with:
2627
repository: moodle/moodle
2728
path: .moodle
29+
show-progress: ''
2830

2931
- name: Setup Node
3032
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)