Skip to content

Commit

Permalink
chore: add plan input
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 19, 2024
1 parent 08a2937 commit 6be7222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
# Defining workflow_call means that this workflow can be called from
# your main workflow job
workflow_call:
inputs:
plan:
required: true
type: string

jobs:
build:
Expand Down

0 comments on commit 6be7222

Please sign in to comment.