Update .gitea/workflows/test.yml
Run CI Tests / test (push) Successful in 26s

This commit is contained in:
2025-07-24 02:21:03 +02:00
parent e282c730e0
commit 4cb73c8488
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
- name: Wiki report URLs
run: |
if [ -f "outputs/wiki-report-urls.log" ]; then
head -n -1 outputs/wiki-report-urls.log
cat outputs/wiki-report-urls.log
else
exit 1
fi