Skip to content

Commit

Permalink
fix: input vars for dwd action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed May 14, 2024
1 parent 7e7504d commit 58a254e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 58a254e

Please sign in to comment.