Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent 2852ef8 commit 52a46e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributors_report_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 52a46e2

Please sign in to comment.