E2E: Fix TEAMS_JOB_NAME for manual test

This commit is contained in:
Nils Hanke 2022-09-14 16:04:42 +02:00 committed by Nils Hanke
parent 707cbf83b4
commit 711532158f

View File

@ -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 \