Skip to content

Commit f277872

Browse files
zkoppertCopilot
andcommitted
Update contributors action reference after repo transfer
The github/contributors action was transferred to github-community-projects/contributors. Update references to point to the new location. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 658e726 commit f277872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributor_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2828
2929
- name: Run contributor action
30-
uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 # v1.7.8
30+
uses: github-community-projects/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 # v1.7.8
3131
env:
3232
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
START_DATE: ${{ env.START_DATE }}

0 commit comments

Comments
 (0)