Skip to content

Commit

Permalink
Fix actions runner group (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 authored Sep 3, 2024
1 parent f0cc4a8 commit 9414d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
DefaultGitHubComRunsOn = "ubuntu-latest"
)

var DefaultGitHubEnterpriseRunsOn = map[string][]string{
"groups": {"Default"},
var DefaultGitHubEnterpriseRunsOn = map[string]string{
"group": "organization/Default",
}

const (
Expand Down

0 comments on commit 9414d15

Please sign in to comment.