diff --git a/.github/workflows/e2e-regression-tests.yml b/.github/workflows/e2e-regression-tests.yml index 91ce54a8d..c202a2525 100644 --- a/.github/workflows/e2e-regression-tests.yml +++ b/.github/workflows/e2e-regression-tests.yml @@ -32,8 +32,8 @@ jobs: target=${{inputs.target}} environment=${{inputs.target}} fi - echo target=$target | tee $GITHUB_OUTPUT - echo environment=$environment | tee $GITHUB_OUTPUT + echo "target=$target" >> $GITHUB_OUTPUT + echo "environment=$environment" >> $GITHUB_OUTPUT e2e-tests: name: ${{matrix.test}}