From 052c6795f21adc3f4dc71d45a80dcd7d37de72eb Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 18 Nov 2021 13:23:56 -0800 Subject: [PATCH] .github: Fix substitution in manual deployment --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 47608c5..7ab0feb 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -38,7 +38,7 @@ jobs: # == Redirect Farm # /future_api_version -> /unstable - name: Check future API version - run: echo "api_version=${nix eval .#colmena.apiVersion}" >> $GITHUB_ENV + run: echo "api_version=$(nix eval .#colmena.apiVersion)" >> $GITHUB_ENV - name: Build redirect farm run: nix build -o out .#manual.redirectFarm -L