From de7576d5df23099666da1abc3d4bc21d976bfc7a Mon Sep 17 00:00:00 2001 From: plyr4 Date: Fri, 29 Mar 2024 18:02:02 -0500 Subject: [PATCH] test: try with matrix write read --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3cb369..9d19329 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,7 +174,8 @@ jobs: - name: check env run: | - echo ${{ fromJson(needs.read.outputs.result).git.StandaloneWindows64.foo }} + echo ${{ fromJson(needs.read.outputs.result) }} + echo ${{ steps.git.outputs.foo }} # - name: substitute env on index.html # uses: danielr1996/envsubst-action@1.1.0