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 9a115db commit 29ceee3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
type: string
description: path to github project, in format <owner>/<repo>
required: true
default: plyr4/unity-ufo

ref:
type: string
Expand Down Expand Up @@ -60,7 +61,10 @@ jobs:
echo "commit_message=$(git log -1 --pretty=%B)" >> "$GITHUB_OUTPUT"
echo "commit_hash=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
echo "foo=bar" >> $GITHUB_OUTPUT
- name: read git info
id: git-read
run: |
echo "${{ steps.git.outputs.foo }}
# - name: free disk space
# run: |
# sudo swapoff -a
Expand Down Expand Up @@ -176,7 +180,7 @@ jobs:
- name: check env
run: |
echo ${{ fromJson(needs.read.outputs.result).git }}
echo ${{ steps.git.outputs.foo }}
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 29ceee3

Please sign in to comment.