rename vector-im to element-hq in all tooling related files

This commit is contained in:
fkwp
2023-12-12 21:02:27 +01:00
parent 863937d0db
commit 75b71c38db
5 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Check out test private repo
uses: actions/checkout@v4
with:
repository: vector-im/static-call-participant
repository: element-hq/static-call-participant
ref: refs/heads/main
path: static-call-participant
token: ${{ secrets.GH_E2E_TEST_TOKEN }}

View File

@@ -44,12 +44,12 @@ jobs:
- name: Add redirects file
# We fetch from github directly as we don't bother checking out the repo
run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/netlify_redirects > webapp/_redirects
run: curl -s https://raw.githubusercontent.com/element-hq/element-call/main/config/netlify_redirects > webapp/_redirects
- name: Add config file
env:
HEADBRACH: ${{ github.event.workflow_run.head_branch }}
run: curl -s "https://raw.githubusercontent.com/vector-im/element-call/${HEADBRACH}/config/element_io_preview.json" > webapp/config.json
run: curl -s "https://raw.githubusercontent.com/element-hq/element-call/${HEADBRACH}/config/element_io_preview.json" > webapp/config.json
- name: ☁️ Deploy to Netlify
id: netlify