Skip to content

Commit d670534

Browse files
Update schedule.yml
1 parent 38b2a30 commit d670534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/schedule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
name: 'Build issues dependency graph'
1919
id: build-issue-dependencies-graph
2020
with:
21-
root-issue-url: '${{ github.event.inputs.root-issue-url }}'
22-
section-title: '${{ github.event.inputs.section-title }}'
21+
root-issue-url: '${{ matrix.root-issue-url }}'
22+
section-title: '${{ matrix.section-title }}'
2323
github-token: '${{ secrets.GITHUB_TOKEN }}'
2424
include-legend: true
25-
include-finish-node: true
25+
include-finish-node: true

0 commit comments

Comments
 (0)