From 41084df91a82bd4d5427f06a9a22c10e84dc661c Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 27 Jun 2024 19:57:24 -0700 Subject: [PATCH] output --- .github/workflows/system-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system-testing.yml b/.github/workflows/system-testing.yml index b779b43e..57da3cb4 100644 --- a/.github/workflows/system-testing.yml +++ b/.github/workflows/system-testing.yml @@ -30,7 +30,7 @@ jobs: id: vars run: | # replace with version from Dockerfile when fixed - echo "NGINX_VERSION=1.27.0" >> $GITHUB_ENV + echo "NGINX_VERSION=1.27.0" >> $GITHUB_OUTPUT - name: Setup Python uses: actions/setup-python@v5