toko-bifrost / ms-teams-deploy-card

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

Stays IN_PROGRESS even if SUCCESS or has FAILED #42

Open hubert17 opened 2 years ago

hubert17 commented 2 years ago

I have this issue in my Ubuntu/.NET Core pipeline where it send IN_PROGRESS status on exit even if the job was SUCCESS or FAILURE. image

image

There were no issue in my Ubuntu/Noje.js pipeline TIA for your response on this.

patrickpaulin commented 2 years ago

I have forked this project and modified myself. This works fine for my project. Take a look

vimox-shah-genea commented 1 year ago

Hey @patrickpaulin I am not able to see the success message after using your forked. Here is my step. Let me know If anything is wrong in it. - name: MS Teams Notification Setup uses: patrickpaulin/ms-teams-deploy-card@master if: always() with: github-token: ${{ secrets.GITHUB_TOKEN }} webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }} environment: ${{ secrets.ENV }} card-layout-exit: complete show-on-failure: true show-on-start: false allowed-file-len: 10 `

Shuvoid commented 11 months ago

Any update on this? @vimox-shah-genea @patrickpaulin

vimox-shah-genea commented 11 months ago

Any update on this? @vimox-shah-genea @patrickpaulin

I am using @patrickpaulin's fork and it is working fine.