diff --git a/.github/workflows/contributors_report_testing.yaml b/.github/workflows/contributors_report_testing.yaml index 4271e43..cebd931 100644 --- a/.github/workflows/contributors_report_testing.yaml +++ b/.github/workflows/contributors_report_testing.yaml @@ -46,7 +46,7 @@ jobs: # START_DATE: ${{ env.START_DATE }} # END_DATE: ${{ env.END_DATE }} REPOSITORY: hcookie/organizational_contributors - SHOW_ORGANIZATIONS: [ecmwf] + SHOW_ORGANIZATIONS: ecmwf # SPONSOR_INFO: "true" - name: Show Contributor diff --git a/action.yml b/action.yml index b05a592..524b042 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,10 @@ --- -name: "Contributors Action" -author: "github" -description: "A GitHub Action to report out contributors and contributions to a repository or organization" +name: "Contributors by Organisation Action" +author: "hcookie" +description: "A GitHub Action to report out contributors and contributions to a repository or organization sorted by organisations" runs: using: "docker" - image: "docker://ghcr.io/github/contributors:v1" + image: "docker://ghcr.io/hcookie/organizational_contributors:v1" branding: icon: "users" color: "green"