From 58e751415c5bdaf161792d6ce9f6e6334616c8c9 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Mon, 5 Jul 2021 17:21:28 +0000 Subject: [PATCH] Yet another small typo. One day computers will understand I meant env.MAILU_BRANCH instead of MAILU_BRANCH. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2db8de97..c495b3ec 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,7 +53,7 @@ jobs: env: MAILU_BRANCH: ${{ env.BRANCH }} run: | - echo "MAILU_VERSION=${{ MAILU_BRANCH }}" >> $GITHUB_ENV + echo "MAILU_VERSION=${{ env.MAILU_BRANCH }}" >> $GITHUB_ENV - name: Create folder for storing images run: | sudo mkdir -p /images