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 3895fbb commit 6f79cd2Copy full SHA for 6f79cd2
.github/workflows/cypress.yml
@@ -15,7 +15,7 @@ concurrency:
15
jobs:
16
cypress:
17
name: Cypress
18
- uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@HEAD
+ uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@develop
19
permissions:
20
actions: read
21
issues: read
.github/workflows/downstream-artifacts.yml
@@ -11,7 +11,7 @@ concurrency:
11
12
build-element-web:
13
name: Build element-web
14
- uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@HEAD
+ uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@develop
with:
matrix-js-sdk-sha: ${{ github.sha }}
react-sdk-repository: matrix-org/matrix-react-sdk
0 commit comments