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 de7576d commit 9a115db
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 @@ -134,6 +134,7 @@ jobs:
matrix-step-name: release
outputs:
result: ${{ steps.read.outputs.result }}
git: ${{ steps.read.outputs.git }}

deploy:
needs: read
Expand Down Expand Up @@ -174,7 +175,7 @@ jobs:

- name: check env
run: |
echo ${{ fromJson(needs.read.outputs.result) }}
echo ${{ fromJson(needs.read.outputs.result).git }}
echo ${{ steps.git.outputs.foo }}
# - name: substitute env on index.html
Expand Down

0 comments on commit 9a115db

Please sign in to comment.