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 53edf4d commit 4baa145Copy full SHA for 4baa145
.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.mermaid-diagram }}' > $GITHUB_OUTPUT
+ '${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT
src/main.ts
@@ -36,7 +36,7 @@ const run = async (): Promise<void> => {
36
core.startGroup("Mermaid diagram");
37
core.info(renderedContent);
38
core.endGroup();
-
+
core.info("Preparing updated root issue content...");
const updatedIssueContent = issueContentParser.replaceIssueContent(
rootIssue,
0 commit comments