Skip to content

Commit

Permalink
Merge pull request #380 from jmarshall/popular
Browse files Browse the repository at this point in the history
Add several google-github-actions etc to generate-popular-actions list
  • Loading branch information
rhysd authored Feb 14, 2024
2 parents 883adca + 7c5f030 commit a67bc46
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scripts/generate-popular-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,26 @@ var popularActions = []*action{
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "google-github-actions/auth",
tags: []string{"v0", "v1"},
next: "v2",
},
{
slug: "google-github-actions/get-secretmanager-secrets",
tags: []string{"v0", "v1"},
next: "v2",
},
{
slug: "google-github-actions/setup-gcloud",
tags: []string{"v0", "v1"},
next: "v2",
},
{
slug: "google-github-actions/upload-cloud-storage",
tags: []string{"v0", "v1"},
next: "v2",
},
{
slug: "goreleaser/goreleaser-action",
tags: []string{"v1", "v2", "v3", "v4", "v5"},
Expand Down Expand Up @@ -408,6 +428,16 @@ var popularActions = []*action{
tags: []string{"v1", "v2"},
next: "v3",
},
{
slug: "pulumi/actions",
tags: []string{"v1", "v2", "v3", "v4"},
next: "v5",
},
{
slug: "pypa/gh-action-pypi-publish",
tags: []string{"release/v1"},
next: "release/v2",
},
{
slug: "reviewdog/action-actionlint",
tags: []string{"v1"},
Expand Down

0 comments on commit a67bc46

Please sign in to comment.