Skip to content

Commit b3a9c9f

Browse files
authored
Merge pull request #3 from ThreeDotsLabs/fix-output
Fix output
2 parents 38c2bf8 + b316096 commit b3a9c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
{
4949
echo 'PLAN_OUTPUT<<EOF'
5050
echo '```'
51-
sed -n '/─/,$p' output | sed '1d'
51+
sed '1d' output
5252
echo '```'
5353
echo EOF
5454
} >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)