diff --git a/github-actions.cabal b/github-actions.cabal index 2a7ad52..b1c445b 100644 --- a/github-actions.cabal +++ b/github-actions.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: github-actions -version: 0.1.0.0 +version: 0.1.1.0 synopsis: Github Actions description: This library provides types and instances for serializing and deserializing diff --git a/src/Language/Github/Actions/Workflow/Trigger.hs b/src/Language/Github/Actions/Workflow/Trigger.hs index 6c18191..01008ea 100644 --- a/src/Language/Github/Actions/Workflow/Trigger.hs +++ b/src/Language/Github/Actions/Workflow/Trigger.hs @@ -75,6 +75,8 @@ module Language.Github.Actions.Workflow.Trigger ReleaseActivityType (..), WorkflowCallAttributes (..), WorkflowDispatchAttributes (..), + WorkflowDispatchInput (..), + WorkflowDispatchInputType (..), WorkflowRunActivityType (..), WorkflowRunTriggerAttributes (..), WorkflowTrigger (..),