Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 0cc0ebe

Browse files
authored
Replace old reference of matrix-org/matrix-react-sdk by element-hq/matrix-react-sdk (#60)
1 parent 3dd223c commit 0cc0ebe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/notify-element-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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:

0 commit comments

Comments
 (0)