We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94c3b4 commit 96ff38bCopy full SHA for 96ff38b
.github/workflows/manual.yml
@@ -39,4 +39,6 @@ jobs:
39
dry-run: '${{ github.event.inputs.dry-run }}'
40
41
- run: |
42
- echo '${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT
+ cat << 'EOF' > $GITHUB_OUTPUT
43
+ ${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}
44
+ EOF
0 commit comments