Skip to content

Commit 96ff38b

Browse files
committed
fix printing diagram
1 parent e94c3b4 commit 96ff38b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/manual.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
dry-run: '${{ github.event.inputs.dry-run }}'
4040

4141
- run: |
42-
echo '${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT
42+
cat << 'EOF' > $GITHUB_OUTPUT
43+
${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}
44+
EOF

0 commit comments

Comments
 (0)