Skip to content

Commit 7506964

Browse files
Caleb BroseCaleb Brose
Caleb Brose
authored and
Caleb Brose
committed
fix variable
1 parent cf24847 commit 7506964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ git config --global user.name "GitHub Action"
239239

240240
Push-Location ..
241241
Write-ActionInfo "Cloning wiki repo..."
242-
git clone "$repoCloneUrl.wiki.git"
242+
git clone "$repositoryCloneUrl.wiki.git"
243243
$wikiRepoPath = $pwd.Path + "/" + $wikiRepoDirectory
244244
cd $wikiRepoDirectory
245245
git rm -rf * | Out-Null

0 commit comments

Comments
 (0)