Skip to content

Commit

Permalink
Update mutalkCI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep authored Jul 1, 2024
1 parent d2faa10 commit 5386a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutalkCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
{
"MUTATION_REPORT<<$EOF"
echo "MUTATION_REPORT<<$EOF"
sed -e '$a\' "${{env.SMALLTALK_CI_BUILD_BASE}}/__mutalk_summary.md"
echo "$EOF"
} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5386a49

Please sign in to comment.