Skip to content

Commit e94c3b4

Browse files
committed
fix printing diagram
1 parent 4baa145 commit e94c3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
dry-run: '${{ github.event.inputs.dry-run }}'
4040

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

0 commit comments

Comments
 (0)