Skip to content

Commit

Permalink
add workflow call input
Browse files Browse the repository at this point in the history
  • Loading branch information
jowparks committed Mar 25, 2024
1 parent f7e2b0f commit 7b9c568
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Reusable build

on:
workflow_call:
inputs:
os:
required: true
type: string

jobs:
build:
Expand Down

0 comments on commit 7b9c568

Please sign in to comment.