mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-24 19:19:21 +00:00
cleanup things used for testing
This commit is contained in:
4
.github/workflows/deploy-to-netlify.yaml
vendored
4
.github/workflows/deploy-to-netlify.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
with:
|
||||
step: start
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env: TestName
|
||||
env: ${{ inputs.environment_name}}
|
||||
ref: ${{ inputs.deployment_ref }}
|
||||
desc: |
|
||||
Do you trust the author of this PR? Maybe this build will steal your keys or give you malware.
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
override: false
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
status: ${{ job.status }}
|
||||
env: TestName
|
||||
env: ${{ steps.deployment.outputs.env }}
|
||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||
env_url: ${{ steps.netlify.outputs.deploy-url }}
|
||||
desc: |
|
||||
|
||||
Reference in New Issue
Block a user