Skip to content

Commit b1f2128

Browse files
Update monthly-check.yml
1 parent e128593 commit b1f2128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: github/issue-metrics@v3
9191
env:
9292
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93-
SEARCH_QUERY: 'repo:owner/repo is:issue created:${{ env.last_month }} -reason:"not planned"'
93+
SEARCH_QUERY: 'repo:tldr-pages/tldr is:issue created:${{ env.last_month }} -reason:"not planned"'
9494

9595
- run: |
9696
cat ./issue_metrics.md > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)