Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit status sometimes wrong #34

Open
abivolmv opened this issue Jan 20, 2021 · 0 comments
Open

Exit status sometimes wrong #34

abivolmv opened this issue Jan 20, 2021 · 0 comments

Comments

@abivolmv
Copy link

abivolmv commented Jan 20, 2021

Hi,
sometimes the action fails but in teams we get status successful. Sometimes it is correct - Failure.

image

...
jobs:
  build-and-deploy-dev:
    runs-on: ubuntu-18.04

    steps:
    
      - uses: actions/checkout@v2
      
      - name: Notify Teams channel
        uses: toko-bifrost/[email protected]
        if: always()
        with:
          webhook-uri: ${{ secrets.MSO_TEAMS_FERRARI_WEBHOOK_URI }}
          github-token: ${{ github.token }}
          environment: Dev
...

We also use the bobheadxi/[email protected] action, in case it is needed to be known.

We don't use matrix so it is different, I guess, from #33 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant