chore: initial scaffold
Some checks are pending
CI / Validate JSON data files (push) Waiting to run
CI / Run GUT tests (push) Blocked by required conditions
CI / Export HTML5 build (push) Blocked by required conditions

This commit is contained in:
Xanarch 2026-06-03 21:55:53 -04:00
parent 57c1bebf93
commit e4d47ec905

View file

@ -1,7 +1,7 @@
param(
[string]$ForgejoUrl = 'https://git.raog.net',
[Parameter(Mandatory)][string]$User,
[Parameter(Mandatory)][string]$Repo
[string]$User = 'xanarch',
[string]$Repo = 'xanarch-td'
)
$Remote = $ForgejoUrl + '/' + $User + '/' + $Repo + '.git'