Skip to content

Commit

Permalink
feat: fix char put out in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 5, 2024
1 parent 8113e5e commit 58ca4e4
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 @@ -53,7 +53,7 @@ jobs:
# Set the matrix only if there are contracts to check
if [ -s contracts.txt ]; then
echo "matrix=$(cat contracts.txt | jq -R -s -c 'split(\"\\n\")[:-1]')" >> $GITHUB_OUTPUT
echo "matrix=$(cat contracts.txt | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
fi
outputs:
Expand Down

0 comments on commit 58ca4e4

Please sign in to comment.