From 19597fd75fa688a0c0aaf2d1c79ee40d3db0a356 Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Mon, 18 Sep 2023 14:45:39 +0200 Subject: [PATCH] Handle nightly workflow_call properly --- .github/workflows/alpha.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index afffe3d98a..ebdfbd9f5e 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -8,6 +8,13 @@ on: required: true default: "Latest Alpha Group" type: string + workflow_call: + inputs: + destination: + description: "TestFlight Group" + required: true + default: "Latest Alpha Group" + type: string jobs: make-alpha: