Skip to content

Commit 1edeb79

Browse files
zkoppertCopilot
andcommitted
fix: update OSPO action references to canonical org path
The OSPO actions have moved from github/ to github-community-projects/. Update workflow references to use the canonical org path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4865a5e commit 1edeb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
last_day=${{ inputs.report_date_end }} >> "$GITHUB_ENV"
3535
3636
- name: Run issue-metrics tool
37-
uses: github/issue-metrics@v2
37+
uses: github-community-projects/issue-metrics@v2
3838
env:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SEARCH_QUERY: 'repo:awsdocs/aws-doc-sdk-examples created:${{ env.first_day }}..${{ env.last_day }}'

0 commit comments

Comments
 (0)