Skip to content

Commit

Permalink
remove has_downloads (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 26, 2026
1 parent a756e13 commit f2191b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "github_repository" "main" {
allow_rebase_merge = true
allow_squash_merge = true
delete_branch_on_merge = true
has_downloads = true
# has_downloads = true
has_issues = true
has_projects = true
has_wiki = true
Expand Down

0 comments on commit f2191b2

Please sign in to comment.