Skip to content

Commit f7d9e7e

Browse files
Add missing exports (#9)
1 parent 6211f1b commit f7d9e7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

github-actions.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: github-actions
3-
version: 0.1.0.0
3+
version: 0.1.1.0
44
synopsis: Github Actions
55
description:
66
This library provides types and instances for serializing and deserializing

src/Language/Github/Actions/Workflow/Trigger.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ module Language.Github.Actions.Workflow.Trigger
7575
ReleaseActivityType (..),
7676
WorkflowCallAttributes (..),
7777
WorkflowDispatchAttributes (..),
78+
WorkflowDispatchInput (..),
79+
WorkflowDispatchInputType (..),
7880
WorkflowRunActivityType (..),
7981
WorkflowRunTriggerAttributes (..),
8082
WorkflowTrigger (..),

0 commit comments

Comments
 (0)