From e69dd545b979261814ae25bd55238d5490a401d4 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 4 Jun 2024 22:41:31 -0600 Subject: [PATCH] Fixup misuse of GitHub context https://docs.github.com/en/actions/learn-github-actions/contexts#github-context --- .github/workflows/issue-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-metrics.yml b/.github/workflows/issue-metrics.yml index be362dce..087f2560 100644 --- a/.github/workflows/issue-metrics.yml +++ b/.github/workflows/issue-metrics.yml @@ -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