From cc8470ffaf61c1e5cc7ba9a2c4f33fbba104bd08 Mon Sep 17 00:00:00 2001 From: Atlinx Date: Wed, 12 Oct 2022 11:52:50 -0400 Subject: [PATCH] Remove sg physics part of download godot workflow --- .github/actions/godot-download/action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/godot-download/action.yml b/.github/actions/godot-download/action.yml index e48d725..e9b7d49 100644 --- a/.github/actions/godot-download/action.yml +++ b/.github/actions/godot-download/action.yml @@ -4,9 +4,6 @@ inputs: version: description: Version of Godot source code to download default: "3.5-stable" - sg-physics-2d-version: - description: Commit hash from SGPhysics2D main branch to checkout - default: "a40cdc1cc8bc8a8989ea05f08e877f1ae4de48f0" runs: using: "composite" steps: