From c308444f52c2327932151816e57493ecbf914c91 Mon Sep 17 00:00:00 2001 From: CeciliaKelley33Mm Date: Sun, 6 Oct 2024 13:02:45 +0700 Subject: [PATCH] wow is this fixies ?????? --- loop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loop.sh b/loop.sh index 92f9975..8ab384d 100755 --- a/loop.sh +++ b/loop.sh @@ -102,8 +102,8 @@ check() { command+="\"/repos/CeciliaKelley33Mm/$REPO/actions/workflows/$WORKFLOW_FILE/dispatches\" " command+="-f \"ref=$BRANCH\" -f \"inputs[runNext]=true\" " - if [ "$IS_GLOBAL" == "true" ] && [ "$OLD_TAILSCALE_HOSTNAME" != "" ]; then - command+="-f \"inputs[oldTailscaleHostname]=$OLD_TAILSCALE_HOSTNAME\"" + if [[ "$IS_GLOBAL" == "true" ]]; then + command+="-f \"inputs[oldTailscaleHostname]=$hostname\"" cd /tmp