From b6bc29247503fd252fe30bb5be584bae5929ae9c Mon Sep 17 00:00:00 2001 From: Resample3118Belike Date: Sat, 2 Nov 2024 12:26:04 +0700 Subject: [PATCH] too real --- .github/workflows/runglobal.yml | 6 +++--- README.md | 2 +- loop.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/runglobal.yml b/.github/workflows/runglobal.yml index 9cee3bd..b2efc35 100644 --- a/.github/workflows/runglobal.yml +++ b/.github/workflows/runglobal.yml @@ -91,10 +91,10 @@ jobs: - name: Run the long-lived process working-directory: /mnt/globalData run: | - wget https://raw.githubusercontent.com/Reflex7582Mm/global/refs/heads/master/checkTime.js + wget https://raw.githubusercontent.com/Resample3118Belike/didactic-octo-pancake/refs/heads/master/checkTime.js - wget https://raw.githubusercontent.com/Reflex7582Mm/global/refs/heads/master/loop.sh + wget https://raw.githubusercontent.com/Resample3118Belike/didactic-octo-pancake/refs/heads/master/loop.sh chmod +x loop.sh # what an argument mess - bash loop.sh ${{ inputs.runNext }} $GH_TOKEN global runglobal.yml master ${{ inputs.name }} $WEBHOOK_URL true ${{ inputs.oldTailscaleHostname }} + bash loop.sh ${{ inputs.runNext }} $GH_TOKEN didactic-octo-pancake runglobal.yml master ${{ inputs.name }} $WEBHOOK_URL true ${{ inputs.oldTailscaleHostname }} diff --git a/README.md b/README.md index afd0bf9..a31337f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Global -This repository transforms GitHub Actions into a (12 * 2)/(3.5 * 2) free s36v36 no CC required. It is originally made out of [Docker-VNC](https://github.com/Efebey2903/Docker-VNC), but I got too addicted into this and turned it into another project with a lot more improvements. +This repository makes a free server. It is originally made out of [Docker-VNC](https://github.com/Efebey2903/Docker-VNC), but I got too addicted into this and turned it into another project with a lot more improvements. # How It Works diff --git a/loop.sh b/loop.sh index 377d5d4..a58771f 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/Reflex7582Mm/$REPO/actions/workflows/$WORKFLOW_FILE/dispatches\" " + command+="\"/repos/Resample3118Belike/$REPO/actions/workflows/$WORKFLOW_FILE/dispatches\" " command+="-f \"ref=$BRANCH\" -f \"inputs[runNext]=true\" " if [[ "$IS_GLOBAL" == "true" ]]; then