Skip to content

Commit

Permalink
Fixup misuse of GitHub context
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jun 5, 2024
1 parent 6d6ef08 commit e69dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: github/issue-metrics@v3
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:${{ github.repository.full_name }} is:issue created:${{ env.last_month }} -reason:"not planned"'
SEARCH_QUERY: 'repo:${{ github.repository }} is:issue created:${{ env.last_month }} -reason:"not planned"'

- name: Create issue
uses: peter-evans/create-issue-from-file@v5
Expand Down

0 comments on commit e69dd54

Please sign in to comment.