Skip to content

Commit c7ae539

Browse files
committed
fixes repo collab, deply key, policy, and project
1 parent 46cfac3 commit c7ae539

4 files changed

Lines changed: 4 additions & 0 deletions

github/resource_github_repository_collaborator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func resourceGithubRepositoryCollaboratorRead(d *schema.ResourceData, meta any)
116116
d.SetId("")
117117
return nil
118118
}
119+
return err
119120
}
120121
return err
121122
}

github/resource_github_repository_deploy_key.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func resourceGithubRepositoryDeployKeyRead(d *schema.ResourceData, meta any) err
115115
d.SetId("")
116116
return nil
117117
}
118+
return err
118119
}
119120
return err
120121
}

github/resource_github_repository_environment_deployment_policy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func resourceGithubRepositoryEnvironmentDeploymentPolicyRead(d *schema.ResourceD
115115
d.SetId("")
116116
return nil
117117
}
118+
return err
118119
}
119120
return err
120121
}

github/resource_github_repository_project.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ func resourceGithubRepositoryProjectRead(d *schema.ResourceData, meta any) error
120120
d.SetId("")
121121
return nil
122122
}
123+
return err
123124
}
124125
return err
125126
}

0 commit comments

Comments
 (0)