From 83fa92a600a2a4a8c84012945903029345f65b2b Mon Sep 17 00:00:00 2001 From: Shinaii Date: Wed, 13 Sep 2023 17:53:08 +0200 Subject: [PATCH] Update egg-bun.json (#2466) Update Bun: to use the right variable names --- generic/bun/egg-bun.json | 64 ++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/generic/bun/egg-bun.json b/generic/bun/egg-bun.json index 9ce16e7c..97eeaad6 100644 --- a/generic/bun/egg-bun.json +++ b/generic/bun/egg-bun.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-08-27T11:46:37+02:00", + "exported_at": "2023-09-13T17:51:41+02:00", "name": "Bun", "author": "mratox@protonmail.com", "description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.", @@ -39,16 +39,6 @@ "rules": "nullable|string", "field_type": "text" }, - { - "name": "Git Branch", - "description": "The Git branch to install.", - "env_variable": "GIT_BRANCH", - "default_value": "", - "user_viewable": true, - "user_editable": true, - "rules": "nullable|string", - "field_type": "text" - }, { "name": "User Uploaded Files", "description": "Skip all the install stuff if you are letting a user upload files.\r\n0 = false (default)\r\n1 = true", @@ -69,26 +59,6 @@ "rules": "required|boolean", "field_type": "text" }, - { - "name": "Git Username", - "description": "Git username for authentication.", - "env_variable": "GIT_USERNAME", - "default_value": "", - "user_viewable": true, - "user_editable": true, - "rules": "nullable|string", - "field_type": "text" - }, - { - "name": "Git Access Token", - "description": "Git access token for authentication.", - "env_variable": "GIT_ACCESS_TOKEN", - "default_value": "", - "user_viewable": true, - "user_editable": true, - "rules": "nullable|string", - "field_type": "text" - }, { "name": "Main file", "description": "The main file passed to the bun run command", @@ -118,6 +88,36 @@ "user_editable": true, "rules": "nullable|string", "field_type": "text" + }, + { + "name": "Git Branch", + "description": "The Git branch to install.", + "env_variable": "BRANCH", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string", + "field_type": "text" + }, + { + "name": "Git Username", + "description": "Git username for authentication.", + "env_variable": "USERNAME", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string", + "field_type": "text" + }, + { + "name": "Git Access Token", + "description": "Git access token for authentication.", + "env_variable": "ACCESS_TOKEN", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string", + "field_type": "text" } ] -} \ No newline at end of file +}