Skip to content

Commit 4baa145

Browse files
committed
fix linter and output
1 parent 53edf4d commit 4baa145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.mermaid-diagram }}' > $GITHUB_OUTPUT
42+
'${{ steps.build-issue-dependencies-graph.outputs.mermaid-diagram }}' > $GITHUB_OUTPUT

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const run = async (): Promise<void> => {
3636
core.startGroup("Mermaid diagram");
3737
core.info(renderedContent);
3838
core.endGroup();
39-
39+
4040
core.info("Preparing updated root issue content...");
4141
const updatedIssueContent = issueContentParser.replaceIssueContent(
4242
rootIssue,

0 commit comments

Comments
 (0)