enable commit config

This commit is contained in:
mbecker20
2024-05-11 23:11:41 -07:00
parent 3ed4f91d82
commit 16bf78f9ad
2 changed files with 2 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ export const BuildConfig = ({ id }: { id: string }) => {
git: {
repo: true,
branch: true,
commit: true,
github_account: (account, set) => (
<AccountSelector
id={update.builder_id ?? config.builder_id ?? undefined}

View File

@@ -42,6 +42,7 @@ export const RepoConfig = ({ id }: { id: string }) => {
general: {
repo: true,
branch: true,
commit: true,
github_account: (value, set) => {
const server_id = update.server_id || config.server_id;
if (server_id) {