We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c4336 commit 8a29c7fCopy full SHA for 8a29c7f
USAGE.md
@@ -1016,7 +1016,8 @@ Remove-GitHubReleaseAsset -OwnerName PowerShell -RepositoryName PowerShell -Asse
1016
or with pipelining...
1017
1018
```powershell
1019
-$asset | Remove-GitHubReleaseAsset -force
+$asset | Remove-GitHubReleaseAsset -Force
1020
+```
1021
1022
----------
1023
@@ -1202,4 +1203,3 @@ $issue | New-GitHubIssueComment -Body $CommentBody
1202
1203
# Close issue
1204
$issue | Set-GitHubIssue -State Closed
1205
```
-
0 commit comments