we got gregnant the third time today ???

This commit is contained in:
Reflex7582Mm 2024-10-21 19:06:35 +07:00
parent 47d35e79db
commit 25e3d6f952
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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