This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 name : " Notify Element Web"
1010 runs-on : ubuntu-latest
1111 # 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'
1313 steps :
1414 - name : Notify element-web repo that a new SDK build is on develop
1515 uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
Original file line number Diff line number Diff line change 3939 - name : Checkout code
4040 uses : actions/checkout@v4
4141 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 }}
4343
4444 - name : Yarn cache
4545 uses : actions/setup-node@v4
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/checkout@v4
113113 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 }}
115115
116116 - uses : actions/setup-node@v4
117117 with :
You can’t perform that action at this time.
0 commit comments