From 4aa3faa12b414faa022974f7649791f6d0851cd0 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Mon, 21 Jul 2025 10:19:14 +1000 Subject: [PATCH] Add missing exports --- github-actions.cabal | 2 +- src/Language/Github/Actions/Workflow/Trigger.hs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 (..),