From 25e3d6f95270ba82fed9300c3d27931a0a7b4a7d Mon Sep 17 00:00:00 2001 From: Reflex7582Mm Date: Mon, 21 Oct 2024 19:06:35 +0700 Subject: [PATCH] we got gregnant the third time today ??? --- .github/workflows/runglobal.yml | 4 ++-- loop.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runglobal.yml b/.github/workflows/runglobal.yml index 148a61c..dd5860b 100644 --- a/.github/workflows/runglobal.yml +++ b/.github/workflows/runglobal.yml @@ -86,9 +86,9 @@ jobs: - name: Run the long-lived process working-directory: /mnt/globalData run: | - wget https://raw.githubusercontent.com/CeciliaKelley33Mm/global/refs/heads/master/checkTime.js + wget https://raw.githubusercontent.com/Reflex7582Mm/global/refs/heads/master/checkTime.js - wget https://raw.githubusercontent.com/CeciliaKelley33Mm/global/refs/heads/master/loop.sh + wget https://raw.githubusercontent.com/Reflex7582Mm/global/refs/heads/master/loop.sh chmod +x loop.sh # what an argument mess diff --git a/loop.sh b/loop.sh index e094f33..a2dc748 100755 --- a/loop.sh +++ b/loop.sh @@ -76,7 +76,7 @@ check() { command+="--method POST " command+='-H "Accept: application/vnd.github+json" ' command+='-H "X-GitHub-Api-Version: 2022-11-28" ' - command+="\"/repos/CeciliaKelley33Mm/$REPO/actions/workflows/$WORKFLOW_FILE/dispatches\" " + command+="\"/repos/Reflex7582Mm/$REPO/actions/workflows/$WORKFLOW_FILE/dispatches\" " command+="-f \"ref=$BRANCH\" -f \"inputs[runNext]=true\" " if [[ "$IS_GLOBAL" == "true" ]]; then