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 1e680de commit 305c80aCopy full SHA for 305c80a
.github/workflows/test-monitor-issues.yml
@@ -11,8 +11,8 @@ on:
11
- cron: "0 0 * * *" # Runs once a day at midnight
12
13
jobs:
14
- monitor-issues:
15
- uses: ./.github/actions/monitor-issues/monitor-issues.yml # This is the correct usage
+ workflow_call:
+ uses: ./.github/actions/monitor-issues/monitor-issues.yml
16
with:
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
18
operations-per-run: 10
0 commit comments