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 8446018 commit de7576d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7576d

Please sign in to comment.