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(
|
param(
|
||||||
[string]$ForgejoUrl = 'https://git.raog.net',
|
[string]$ForgejoUrl = 'https://git.raog.net',
|
||||||
[Parameter(Mandatory)][string]$User,
|
[string]$User = 'xanarch',
|
||||||
[Parameter(Mandatory)][string]$Repo
|
[string]$Repo = 'xanarch-td'
|
||||||
)
|
)
|
||||||
|
|
||||||
$Remote = $ForgejoUrl + '/' + $User + '/' + $Repo + '.git'
|
$Remote = $ForgejoUrl + '/' + $User + '/' + $Repo + '.git'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue