Skip to content

Commit

Permalink
Regenerated models
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Aug 26, 2023
1 parent b2552bf commit 1c90a8b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ object Action {
) extends Action


/** The github_actions action dispatches an existing workflow of the repository.
*/
case class GithubActions(
/** The dispatch configuration.
*/
workflow: ToJson /*Dispatch*/
) extends Action


/** The label action can add or remove labels from a pull request.
*/
case class Label(
Expand Down

0 comments on commit 1c90a8b

Please sign in to comment.