Skip to content

Commit cb9718d

Browse files
committed
pr revisions
1 parent 5fe6a63 commit cb9718d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function Get-GitHubReleaseAssets {
8585
}
8686
}
8787

88+
<<<<<<< Updated upstream
8889
<<<<<<< Updated upstream
8990
if ($ReleaseTag -like 'latest') {
9091
$apiUrl = "https://api.github.com/repos/$repositoryOwner/$repositoryName/releases/latest"
@@ -98,6 +99,9 @@ function Get-GitHubReleaseAssets {
9899

99100
$release = Invoke-RestMethod -Uri $apiUrl -Method Get -Headers $headers
100101

102+
=======
103+
$release = Get-GitHubReleaseInformation -Repository $Repository -ReleaseTag $ReleaseTag
104+
>>>>>>> Stashed changes
101105
=======
102106
$release = Get-GitHubReleaseInformation -Repository $Repository -ReleaseTag $ReleaseTag
103107
>>>>>>> Stashed changes
@@ -384,7 +388,10 @@ function Invoke-Action {
384388
$ahkPath = Install-AutoHotkey
385389
$ahk2exePath = Install-Ahk2Exe
386390
<<<<<<< Updated upstream
391+
<<<<<<< Updated upstream
392+
=======
387393
=======
394+
>>>>>>> Stashed changes
388395

389396
[void](Install-BinMod -Ahk2ExePath $ahk2exePath)
390397
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)