Skip to content

Commit

Permalink
2fix $RunID
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 26, 2023
1 parent bf8ca06 commit 64b8b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHub/public/Actions/Remove-GitHubWorkflowRun.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)

$inputObject = @{
APIEndpoint = "repos/$Owner/$Repo/actions/runs/$ID"
APIEndpoint = "repos/$Owner/$Repo/actions/runs/$RunID"
Method = 'DELETE'
}

Expand Down

0 comments on commit 64b8b84

Please sign in to comment.