Skip to content

Commit bb12a72

Browse files
authored
Merge pull request #914 from technologiestiftung/staging
fix: input vars for dwd action
2 parents 08b98fb + 58a254e commit bb12a72

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rain.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: DWD Radolan Harvester Unified
22

33
on:
44
workflow_dispatch:
5-
environment:
6-
description: "Environment (e.g. development or production)"
7-
required: true
8-
type: string
5+
inputs:
6+
environment:
7+
description: "Environment (e.g. development or production)"
8+
required: true
9+
type: string
910
repository_dispatch:
1011
# This action can be triggered via Github API webook (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#repository_dispatch)
1112
types: [radolan_cron]

0 commit comments

Comments
 (0)