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 7f6d18b commit 8446018
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 @@ -57,9 +57,9 @@ jobs:
- name: write git info
id: git
run: |
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
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: free disk space
# run: |
Expand Down

0 comments on commit 8446018

Please sign in to comment.