Skip to content

Commit

Permalink
ci: fix issue metrics action
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani committed Nov 2, 2023
1 parent 9fb615e commit 0f03991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:shapeitapp/shapeitapp created:${{ env.last_month }}'
SEARCH_QUERY: 'repo:asyncapi/studio created:${{ env.last_month }}'

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

0 comments on commit 0f03991

Please sign in to comment.