Skip to content

Commit 244b9c6

Browse files
authored
fix: Update action.yml to use v2 image
Unfortunately the tag in action.yml is hardcoded currently. Will automate soon.
1 parent e5629ec commit 244b9c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "github"
44
description: "A GitHub Action to report out contributors and contributions to a repository or organization"
55
runs:
66
using: "docker"
7-
image: "docker://ghcr.io/github-community-projects/contributors:v1"
7+
image: "docker://ghcr.io/github-community-projects/contributors:v2"
88
branding:
99
icon: "users"
1010
color: "green"

0 commit comments

Comments
 (0)