chore: force-sync .mokogitea/workflows/pr-check.yml [skip ci]

This commit is contained in:
2026-05-12 19:29:32 +00:00
parent f74a3293ad
commit f78c5d011c
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: Detect platform
id: platform
run: |
PLATFORM=$(cat .mokogitea/.moko-platform 2>/dev/null | tr -d '[:space:]')
PLATFORM=$(cat .mokogitea/manifest.xml 2>/dev/null | tr -d '[:space:]')
[ -z "$PLATFORM" ] && PLATFORM="generic"
echo "platform=$PLATFORM" >> "$GITHUB_OUTPUT"