From 58a254eb34691f26117c8912fdc940fa6300d0de Mon Sep 17 00:00:00 2001 From: Jonas Jaszkowic Date: Tue, 14 May 2024 11:58:14 +0200 Subject: [PATCH] fix: input vars for dwd action --- .github/workflows/rain.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rain.yml b/.github/workflows/rain.yml index aaa43e1ce..cd1366eac 100644 --- a/.github/workflows/rain.yml +++ b/.github/workflows/rain.yml @@ -2,10 +2,11 @@ name: DWD Radolan Harvester Unified on: workflow_dispatch: - environment: - description: "Environment (e.g. development or production)" - required: true - type: string + inputs: + environment: + description: "Environment (e.g. development or production)" + required: true + type: string repository_dispatch: # This action can be triggered via Github API webook (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch) types: [radolan_cron]