From 1b9a9843142db962a7a39f9d437e03d8b429981c Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 18 Jul 2024 17:20:48 +0200 Subject: [PATCH] GHA: Change default godot-cpp branch to master --- .github/workflows/gdextension.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gdextension.yml b/.github/workflows/gdextension.yml index d2ac1ce..22aca10 100644 --- a/.github/workflows/gdextension.yml +++ b/.github/workflows/gdextension.yml @@ -5,7 +5,7 @@ on: godot-cpp-ref: description: A tag, branch or commit hash in the godot-cpp repository. type: string - default: 4.2 + default: master limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string @@ -20,7 +20,7 @@ on: godot-cpp-ref: description: A tag, branch or commit hash in the godot-cpp repository. type: string - default: 4.2 + default: master limboai-ref: description: A tag, branch or commit hash in the LimboAI repository. type: string