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,
Sometime, I see this action takes more time than expected, sometimes seeing timeout.
This is my current config:
- name: Microsoft Teams Notification Finish uses: skitionek/notify-microsoft-teams@master if: always() with: webhook_url: ${{ secrets.MICROSOFT_TEAMS_WEBHOOK_URI }} overwrite: "{title: `Deploy success in ${workflow_link}`}" needs: ${{ toJson(needs) }} job: ${{ toJson(job) }} steps: ${{ toJson(steps) }}
It usually takes 1 or 2 seconds to finish. But sometime It takes nearly 5 mins and I received this
Error: read ECONNRESET
Another pipeline is success but time is also more than 2 mins
Is it heavily depend on Network Speed or anything I'm missing to get through it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Sometime, I see this action takes more time than expected, sometimes seeing timeout.
This is my current config:
It usually takes 1 or 2 seconds to finish. But sometime It takes nearly 5 mins and I received this
Another pipeline is success but time is also more than 2 mins
Is it heavily depend on Network Speed or anything I'm missing to get through it?
The text was updated successfully, but these errors were encountered: