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 38b2a30 commit d670534Copy full SHA for d670534
.github/workflows/schedule.yml
@@ -18,8 +18,8 @@ jobs:
18
name: 'Build issues dependency graph'
19
id: build-issue-dependencies-graph
20
with:
21
- root-issue-url: '${{ github.event.inputs.root-issue-url }}'
22
- section-title: '${{ github.event.inputs.section-title }}'
+ root-issue-url: '${{ matrix.root-issue-url }}'
+ section-title: '${{ matrix.section-title }}'
23
github-token: '${{ secrets.GITHUB_TOKEN }}'
24
include-legend: true
25
- include-finish-node: true
+ include-finish-node: true
0 commit comments