Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 8a34134

Browse files
committed
Fix if
1 parent 93080f5 commit 8a34134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/instance.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
default => "${github_api}/orgs/${org_name}/actions/runners/registration-token",
7979
}
8080
$url = "${github_domain}/${org_name}"
81+
}
8182
} elsif $enterprise_name {
8283
$token_url = "${github_api}/enterprises/${enterprise_name}/actions/runners/registration-token"
8384
$url = "${github_domain}/enterprises/${enterprise_name}"

0 commit comments

Comments
 (0)