This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
name : " Notify Element Web"
10
10
runs-on : ubuntu-latest
11
11
# Only respect triggers from our develop branch, ignore that of forks
12
- if : github.repository == 'matrix-org /matrix-react-sdk'
12
+ if : github.repository == 'element-hq /matrix-react-sdk'
13
13
steps :
14
14
- name : Notify element-web repo that a new SDK build is on develop
15
15
uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
Original file line number Diff line number Diff line change 39
39
- name : Checkout code
40
40
uses : actions/checkout@v4
41
41
with :
42
- repository : ${{ inputs.matrix-js-sdk-sha && 'matrix-org /matrix-react-sdk' || github.repository }}
42
+ repository : ${{ inputs.matrix-js-sdk-sha && 'element-hq /matrix-react-sdk' || github.repository }}
43
43
44
44
- name : Yarn cache
45
45
uses : actions/setup-node@v4
@@ -111,7 +111,7 @@ jobs:
111
111
steps :
112
112
- uses : actions/checkout@v4
113
113
with :
114
- repository : ${{ inputs.matrix-js-sdk-sha && 'matrix-org /matrix-react-sdk' || github.repository }}
114
+ repository : ${{ inputs.matrix-js-sdk-sha && 'element-hq /matrix-react-sdk' || github.repository }}
115
115
116
116
- uses : actions/setup-node@v4
117
117
with :
You can’t perform that action at this time.
0 commit comments