We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, sometimes the action fails but in teams we get status successful. Sometimes it is correct - Failure.
... 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 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
sometimes the action fails but in teams we get status successful. Sometimes it is correct - Failure.
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 .
The text was updated successfully, but these errors were encountered: