From 134450c0ed7d3b6b2b704ae8f8be84c2f59fa713 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:08:41 +0100 Subject: [PATCH] [Temporary] Redirected artifact checkout to allow testing --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ada01e93..36d5c1ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,8 +155,8 @@ jobs: uses: dsnopek/action-download-artifact@1322f74e2dac9feed2ee76a32d9ae1ca3b4cf4e9 if: ${{ matrix.run-tests }} with: - repo: godotengine/godot - branch: master + repo: AThousandShips/godot + branch: the_angry_count event: push workflow: linux_builds.yml workflow_conclusion: success