Sync from GitHub: ISCC cwd fix

This commit is contained in:
2026-05-08 13:05:22 -04:00
parent 1ea724cd1f
commit 990610f057
7 changed files with 166 additions and 7 deletions
+4
View File
@@ -11,6 +11,10 @@ on:
jobs:
sync:
# Gitea reads .github/workflows/ for compatibility, but this workflow
# pushes to a GitHub-hosted wiki. Skip on non-GitHub runners; the Gitea
# wiki is synced separately via scripts/sync-wiki.ps1.
if: github.server_url == 'https://github.com'
runs-on: windows-latest
permissions:
contents: write