-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
What happened?
While loading a repositories GitHub Actions variables I noticed that the RepositoryVariablesClient.GetAll()
function only returns 10 variables although the RepositoryVariablesCollection.TotalCount
is much higher. The RepositorySecretsClient.GetAll()
function on the other hand, returns the correct number of secrets (more then 10) and the count matches the RepositorySecretsCollection.TotalCount
value.
I expected that the function returns the same amount of variables as the value of the RepositoryVariablesCollection.TotalCount
property.
I tested the function with multiple repositories which have more then 10 variables. The result was always the same. The amount of variables was 10 and the RepositoryVariablesCollection.TotalCount
matched the count of existing variables.
Versions
Octokit.NET 14.0.0
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Type
Projects
Status