Skip to content

Commit 4e8bbb2

Browse files
Update schedule.yml
1 parent d670534 commit 4e8bbb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/schedule.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- root-issue-url: 'https://github.com/owner/repo/issues/2'
1515
section-title: 'Spec Diagram'
1616
steps:
17-
- uses: maxim-lobanov/build-issue-dependencies-graph@v1
17+
- name: Checkout
18+
uses: actions/checkout@v3
19+
20+
- uses: ./
1821
name: 'Build issues dependency graph'
1922
id: build-issue-dependencies-graph
2023
with:

0 commit comments

Comments
 (0)