We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb73e commit c11f84eCopy full SHA for c11f84e
.github/workflows/nightly-e2e-tests-subtensor-main.yml
@@ -174,5 +174,5 @@ jobs:
174
- name: Send centralized Discord failure notification
175
run: |
176
curl -X POST -H "Content-Type: application/json" \
177
- -d "{\"username\": \"Nightly CI\", \"content\": \"❌ Nightly E2E tests failed. Check run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>\"}" \
+ -d "{\"username\": \"SDK\", \"content\": \"❌ Nightly E2E tests failed. Check run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>\"}" \
178
"${{ secrets.NIGHTLY_WEBHOOK_URL }}"
0 commit comments