Skip to content

Commit

Permalink
CI: fix post workflow - add workflow_call trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Feb 10, 2024
1 parent 2f10839 commit 42f7800
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
message:
description: "Just message to post."
required: false
workflow_call:
inputs:
message:
type: string
description: "Just message to post."
required: false

jobs:
post:
name: Post
Expand Down

0 comments on commit 42f7800

Please sign in to comment.