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 29ceee3 commit 5d20530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: read git info
id: git-read
run: |
echo "${{ steps.git.outputs.foo }}
echo "${{ steps.git.outputs.foo }}"
# - name: free disk space
# run: |
# sudo swapoff -a
Expand Down 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 }}"
echo "${{ fromJson(needs.read.outputs.result).git.foo }}"
# - name: substitute env on index.html
# uses: danielr1996/envsubst-action@1.1.0
Expand Down

0 comments on commit 5d20530

Please sign in to comment.