mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-13 22:24:54 -05:00
we got gregnant the third time today ???
This commit is contained in:
parent
47d35e79db
commit
25e3d6f952
2 changed files with 3 additions and 3 deletions
4
.github/workflows/runglobal.yml
vendored
4
.github/workflows/runglobal.yml
vendored
|
@ -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
|
||||
|
|
2
loop.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue