Ash258 / Scoop-GithubActions

Deprecated. Use https://github.com/shovel-org/GithubActions
MIT License
25 stars 18 forks source link

Add counter for github API request #57

Closed Ash258 closed 4 years ago

Ash258 commented 4 years ago
Invoke-GithubRequest {
    ...
    $env:GH_REQ += $env:GH_REQ
    ...
}