diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4070c8b8d9..f7c429a304 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Parse Input id: parsing - run: echo "${{ inputs.packages }}" | sed 's/ /\/\n/g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/' > $GITHUB_ENV + run: echo "${{ inputs.packages }}" | sed 's/ /\/\n/g' | jq -R . | jq -s . | jq -c . | sed 's/^/::set-output name=pkgs::/' build: needs: parse strategy: