We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baa145 commit e94c3b4Copy full SHA for e94c3b4
.github/workflows/manual.yml
@@ -39,4 +39,4 @@ jobs:
39
dry-run: '${{ github.event.inputs.dry-run }}'
40
41
- run: |
42
- '${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT
+ echo '${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT
0 commit comments