toko-bifrost / ms-teams-deploy-card

Microsoft Teams Deploy Card
MIT License
96 stars 77 forks source link

Completion success/failure notifications are not posted when Job is called by other Job #46

Open abhishekNKamble opened 2 years ago

abhishekNKamble commented 2 years ago

Job1:

on: schedule:

Job2:

on: workflow_call: inputs: attribute1: type: string attribute2: type: string permissions: packages: write contents: read id-token: write actions: write jobs: job-name-1: runs-on: self-Hosted-Runner steps:

Issue:

With above two jobs in place; where Job-2 which is suppose to send the MS teams notifications & is being called by Job-1.