Magidoc

updateActionGithubBranchNames
Mutation

Update the GitHub branch names associated with an action

Access: Requires user access to the action

Parameters:

  • actionId: The ID of the action to update
  • githubBranchNames: An array of branch names in the format "Repo:branch-name"

Returns: The updated action

Arguments

#

actionId

ID !
Non-null

githubBranchNames

[ String !]!
Non-null

Response

#

Returns Action .

Example

#

    
  

3

    
  

3

    
  

3