chore: initial scaffold
This commit is contained in:
parent
57c1bebf93
commit
e4d47ec905
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue