Fixed name

This commit is contained in:
Zuzanna 2025-08-08 18:29:02 +02:00
parent f36cd97890
commit 5f791184d9

View File

@ -13,7 +13,7 @@ jobs:
if: github.ref_name == 'staging'
runs-on: ubuntu-latest
steps:
- name: Trigger E2E test run (local) - staging
- name: Trigger E2E test run (local)
run: |
branch="${GITHUB_REF_NAME}"
@ -36,6 +36,4 @@ jobs:
https://api.github.com/repos/cryptpad/e2e-test-suite/dispatches \
-d "{\"event_type\": \"$event_type\", \"client_payload\": {\"service\": \"$service\", \"version\": \"$version\", \"unit\": false, \"integration\": true}}"