Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jul 21, 2024
1 parent 5b28c94 commit 4475dfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ env:
jobs:
send_message:
uses: ./.github/workflows/send-message.yml
secrets:
inherit: true
with:
service_name: ${{ env.SERVICE_NAME }}
secrets:
inherit: true

build:
name: Build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Send Messages

on:
workflow_call:
inputs:
service_name:
description: 'The name of the service'
required: true
type: string

jobs:
send_message:
Expand Down

0 comments on commit 4475dfd

Please sign in to comment.