Skip to content

Commit cd5a271

Browse files
committed
ci: add workflow_call
1 parent e42da84 commit cd5a271

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ on:
99
push:
1010
branches: ["main"]
1111

12+
workflow_call:
13+
inputs:
14+
custom_message:
15+
required: false
16+
type: string
17+
default: "Hello!"
18+
1219
# Allows you to run this workflow manually from the Actions tab
1320
workflow_dispatch:
1421

0 commit comments

Comments
 (0)