Skip to content

Commit

Permalink
Update github/orgs_actions_allowed.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Sep 29, 2023
1 parent b2f9d6c commit 11a21aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/orgs_actions_allowed.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func (s *OrganizationsService) GetActionsAllowed(ctx context.Context, org string
// EditActionsAllowed sets the actions that are allowed in an organization.
//
// GitHub API docs: https://docs.github.com/en/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-an-organization
// Deprecated: please use `client.Actions.EditActionsAllowed` instead
// Deprecated: please use `client.Actions.EditActionsAllowed` instead.
func (s *OrganizationsService) EditActionsAllowed(ctx context.Context, org string, actionsAllowed ActionsAllowed) (*ActionsAllowed, *Response, error) {
s2 := (*ActionsService)(s)
return s2.EditActionsAllowed(ctx, org, actionsAllowed)
Expand Down

0 comments on commit 11a21aa

Please sign in to comment.