File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 65
65
filename : .github/latest_matrix_sdk_failed_issue_template.md
66
66
id : create-issue
67
67
68
+ - run : ' echo Created/updated ${{ steps.create-issue.outputs.url }}'
69
+ if : failure()
70
+
68
71
- name : Comment on the issue
69
72
if : failure()
70
73
uses : thollander/actions-comment-pull-request@v3
@@ -74,14 +77,11 @@ jobs:
74
77
See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }}
75
78
pr-number : " ${{ steps.create-issue.outputs.number }}"
76
79
77
- - run : ' echo Created/updated ${{ steps.create-issue.outputs.url }} '
80
+ - name : Ping matrix room on failure
78
81
if : failure()
79
-
80
- # - name: Ping matrix room on failure
81
- # if: failure()
82
- # uses: fjogeleit/http-request-action@v1
83
- # with:
84
- # url: 'https://element.ems.host/hookshot/webhook/266e410d-0cb4-4f59-8f56-b063665d3ea0'
85
- # method: 'POST'
86
- # customHeaders: '{"Content-Type": "application/json"}'
87
- # data: '{"text": "matrix-rust-sdk-crypto-wasm is failing to build against the latest matrix-sdk Rust code. See ${{ steps.create-issue.outputs.url }}"}'
82
+ uses : fjogeleit/http-request-action@v1
83
+ with :
84
+ url : ' https://element.ems.host/hookshot/webhook/4bbf3b21-e94a-4a97-8a09-c0e03a6de173'
85
+ method : ' POST'
86
+ customHeaders : ' {"Content-Type": "application/json"}'
87
+ data : ' {"text": "matrix-rust-sdk-crypto-wasm is failing to build against the latest matrix-sdk Rust code. See ${{ steps.create-issue.outputs.url }}"}'
You can’t perform that action at this time.
0 commit comments