mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 10:55:10 -05:00
wow is this fixies ??????
This commit is contained in:
parent
2a2cb11df0
commit
c308444f52
1 changed files with 2 additions and 2 deletions
4
loop.sh
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue