We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6211f1b commit f7d9e7eCopy full SHA for f7d9e7e
github-actions.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: github-actions
3
-version: 0.1.0.0
+version: 0.1.1.0
4
synopsis: Github Actions
5
description:
6
This library provides types and instances for serializing and deserializing
src/Language/Github/Actions/Workflow/Trigger.hs
@@ -75,6 +75,8 @@ module Language.Github.Actions.Workflow.Trigger
75
ReleaseActivityType (..),
76
WorkflowCallAttributes (..),
77
WorkflowDispatchAttributes (..),
78
+ WorkflowDispatchInput (..),
79
+ WorkflowDispatchInputType (..),
80
WorkflowRunActivityType (..),
81
WorkflowRunTriggerAttributes (..),
82
WorkflowTrigger (..),
0 commit comments