Skip to content

Commit

Permalink
test: try with matrix write read
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Mar 29, 2024
1 parent 5d20530 commit a9f6a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ jobs:

- name: check env
run: |
echo "${{ fromJson(needs.read.outputs.result).git }}"
echo "${{ fromJson(needs.read.outputs.result).git.foo }}"
echo "${{ fromJson(needs.read.outputs.result).git.StandaloneLinux64 }}"
echo "${{ fromJson(needs.read.outputs.result).git.StandaloneLinux64.foo }}"
# - name: substitute env on index.html
# uses: danielr1996/envsubst-action@1.1.0
Expand Down

0 comments on commit a9f6a70

Please sign in to comment.