Skip to content

Commit

Permalink
Merge pull request #795 from molecula451/development
Browse files Browse the repository at this point in the history
chore: fix github action warning
  • Loading branch information
rndquu authored Sep 26, 2023
2 parents 87d870f + 71f50c5 commit 99ffc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: packages/contracts
run: |
forge tree | grep -E '^src/dollar/core' | cut -d' ' -f1 | xargs basename -s | cut -d'.' -f1 | xargs -I{} echo src/dollar/core/{}.sol:{} >> contracts.txt
echo "::set-output name=matrix::$(cat contracts.txt | jq -R -s -c 'split("\n")[:-1]')"
echo "matrix=$(cat contracts.txt | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down

1 comment on commit 99ffc39

@ubiquibot
Copy link

@ubiquibot ubiquibot bot commented on 99ffc39 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.