From 333929b931e3ad9824e984d0b5a3d71371877e5f Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Tue, 11 Jun 2024 11:09:53 -0500 Subject: [PATCH] Update Swiftly install script URL Signed-off-by: Gwynne Raskind --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 20edffb..e09c1e6 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: name: Install Swiftly itself shell: bash run: | - curl -L -o swiftly-install.sh https://swift-server.github.io/swiftly/swiftly-install.sh + curl -L -o swiftly-install.sh https://swiftlang.github.io/swiftly/swiftly-install.sh chmod a+x swiftly-install.sh ./swiftly-install.sh --disable-confirmation --no-modify-profile >"${GITHUB_ENV}"