Skip to content

Commit 305c80a

Browse files
committed
updated workflow
1 parent 1e680de commit 305c80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-monitor-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- cron: "0 0 * * *" # Runs once a day at midnight
1212

1313
jobs:
14-
monitor-issues:
15-
uses: ./.github/actions/monitor-issues/monitor-issues.yml # This is the correct usage
14+
workflow_call:
15+
uses: ./.github/actions/monitor-issues/monitor-issues.yml
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
operations-per-run: 10

0 commit comments

Comments
 (0)