From 4db14ffea865a8e1c89dadbf966973d8f1dcbffb Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 16 Feb 2026 17:34:05 +0000 Subject: [PATCH 1/2] Updating github-config --- .github/.patch_files | 12 +++++++----- scripts/.util/tools.sh | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/.patch_files b/.github/.patch_files index 6674c0cc..dd65bdc8 100644 --- a/.github/.patch_files +++ b/.github/.patch_files @@ -1,8 +1,3 @@ -.github/.patch_files -.github/.syncignore -.github/CODEOWNERS -.github/dependabot.yml -.github/labels.yml .github/workflows/approve-bot-pr.yml .github/workflows/codeql-analysis.yml .github/workflows/create-draft-release.yml @@ -16,6 +11,11 @@ .github/workflows/update-buildpack-toml.yml .github/workflows/update-github-config.yml .github/workflows/update-go-mod-version.yml +.github/.patch_files +.github/.syncignore +.github/CODEOWNERS +.github/dependabot.yml +.github/labels.yml .gitignore LICENSE NOTICE @@ -26,6 +26,8 @@ scripts/.util/builders.sh scripts/.util/print.sh scripts/.util/tools.json scripts/.util/tools.sh +scripts/.syncignore scripts/integration.sh +scripts/options.json scripts/package.sh scripts/publish.sh diff --git a/scripts/.util/tools.sh b/scripts/.util/tools.sh index a2536515..5a2eea05 100644 --- a/scripts/.util/tools.sh +++ b/scripts/.util/tools.sh @@ -217,7 +217,7 @@ function util::tools::yj::install() { util::print::title "Installing yj ${version}" - os=$(util::tools::os) + os=$(util::tools::os, macos) arch=$(util::tools::arch) curl "https://github.com/sclevine/yj/releases/download/${version}/yj-${os}-${arch}" \ From e290bb9712428066aab24787e9aac49097563dc6 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 17 Feb 2026 05:38:38 +0000 Subject: [PATCH 2/2] Updating github-config --- scripts/.util/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.util/tools.sh b/scripts/.util/tools.sh index 5a2eea05..be9a7a54 100644 --- a/scripts/.util/tools.sh +++ b/scripts/.util/tools.sh @@ -217,7 +217,7 @@ function util::tools::yj::install() { util::print::title "Installing yj ${version}" - os=$(util::tools::os, macos) + os=$(util::tools::os macos) arch=$(util::tools::arch) curl "https://github.com/sclevine/yj/releases/download/${version}/yj-${os}-${arch}" \