mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
E2E: Fix TEAMS_JOB_NAME for manual test
This commit is contained in:
parent
707cbf83b4
commit
711532158f
2
.github/workflows/e2e-test-manual.yml
vendored
2
.github/workflows/e2e-test-manual.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
if: ${{ failure() && github.ref == 'refs/heads/main' }}
|
||||
run: |
|
||||
sudo apt-get install gettext-base -y
|
||||
export TEAMS_JOB_NAME=azure
|
||||
export TEAMS_JOB_NAME="${{ github.event.inputs.cloudProvider }} (manual)"
|
||||
export TEAMS_RUN_ID=${{ github.run_id }}
|
||||
envsubst < teams-payload.json > to-be-send.json
|
||||
curl \
|
||||
|
Loading…
Reference in New Issue
Block a user