Skip to content

Commit

Permalink
Fixing repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 31, 2024
1 parent f964be8 commit cb7c638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/community_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Close Previous Issue
shell: pwsh
run: |
$issues = gh issue list --repo '${{ github.action_repository }}' --label 'community metrics' --state open --json number --jq '.[].number'
$issues = gh issue list --repo '${{ github.repository }}' --label 'community metrics' --state open --json number --jq '.[].number'
foreach ($issue in $issues)
{
gh issue close $issue --comment 'Closing this issue as newer community metrics are available.'
Expand Down

0 comments on commit cb7c638

Please sign in to comment.