Skip to content

Commit 6085e03

Browse files
committed
remove trailing comma
1 parent 7d682b7 commit 6085e03

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
@@ -121,7 +121,7 @@ function Get-GitHubReleaseFile {
121121
param(
122122
[string]$Repository,
123123
[string]$ReleaseTag = 'latest',
124-
[string]$FileName,
124+
[string]$FileName
125125
)
126126

127127
$repositoryOwner, $repositoryName = ($Repository -split "/")[0, 1]

0 commit comments

Comments
 (0)