Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 9, 2023
1 parent 9779fa4 commit 28b0192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func getRepositoryTags(ctx context.Context, client *github.Client) ([]*github.Re
PerPage: 100,
}
for {
paginated, resp, err := client.Repositories.ListTags(ctx, "shopware", "platform", opts)
paginated, resp, err := client.Repositories.ListTags(ctx, "shopware", "shopware", opts)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 28b0192

Please sign in to comment.