Skip to content

Commit d4ffde6

Browse files
authored
fix: apply gofmt to runtime_definitions.go (#31700)
1 parent a577769 commit d4ffde6

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

.github/workflows/dependabot-campaign.lock.yml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependabot-worker.lock.yml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/workflow/runtime_definitions.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ var knownRuntimes = []*Runtime{
8989
ManifestFiles: []string{"go.mod", "go.sum"},
9090
},
9191
{
92-
ID: "gh-aw",
93-
Name: "gh-aw CLI",
94-
ActionRepo: "github/gh-aw/actions/setup-cli",
95-
ActionVersion: "v0.72.1",
96-
VersionField: "version",
92+
ID: "gh-aw",
93+
Name: "gh-aw CLI",
94+
ActionRepo: "github/gh-aw/actions/setup-cli",
95+
ActionVersion: "v0.72.1",
96+
VersionField: "version",
9797
// Default version is computed at generation time from the current gh-aw build.
9898
DefaultVersion: "",
9999
Commands: []string{"gh-aw"},

0 commit comments

Comments
 (0)