mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-24 05:43:26 -05:00
E2E: Fix TEAMS_JOB_NAME for manual test
This commit is contained in:
parent
707cbf83b4
commit
711532158f
1 changed files with 1 additions and 1 deletions
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' }}
|
if: ${{ failure() && github.ref == 'refs/heads/main' }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install gettext-base -y
|
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 }}
|
export TEAMS_RUN_ID=${{ github.run_id }}
|
||||||
envsubst < teams-payload.json > to-be-send.json
|
envsubst < teams-payload.json > to-be-send.json
|
||||||
curl \
|
curl \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue