From 9f15e9c99690bcc6c453b14f5bdd0d6a82618c90 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 05 Aug 2022 11:05:35 +0000 Subject: [PATCH] Escaping feature build ARG due to equal sign inside. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -73,7 +73,7 @@ REPO_URL=${{ github.server_url }}/${{ github.repository }}.git RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} POLKA_VERSION=${{ env.POLKA_VERSION }} - FEATURE=${{ matrix.features }} + FEATURE='${{ matrix.features }}' BRANCH=${{ github.head_ref }} - name: Show build configuration -- gitstuff