mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-13 22:24:54 -05:00
i forgor this thing called SEMICOLON
This commit is contained in:
parent
9f344b6749
commit
bd9d5b4308
2 changed files with 2 additions and 2 deletions
2
.github/workflows/runglobal.yml
vendored
2
.github/workflows/runglobal.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
sed -i 's/SPOTIFY_CLIENT_SECRET_PLACEHOLDER/${{ secrets.SPOTIFY_CLIENT_SECRET }}/g' docker-compose.yml
|
||||
docker compose up -d &
|
||||
|
||||
if [ "${{ inputs.oldTailscaleHostname }}" != "" ] then
|
||||
if [ "${{ inputs.oldTailscaleHostname }}" != "" ]; then
|
||||
echo DEBUG: old tailscale hostname is not empty
|
||||
echo it is AA${{ inputs.oldTailscaleHostname }}AA
|
||||
|
||||
|
|
2
loop.sh
2
loop.sh
|
@ -102,7 +102,7 @@ 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
|
||||
if [ "$IS_GLOBAL" == "true" ] && [ "$OLD_TAILSCALE_HOSTNAME" != "" ]; then
|
||||
command+="-f \"inputs[oldTailscaleHostname]=$OLD_TAILSCALE_HOSTNAME\""
|
||||
|
||||
cd /tmp
|
||||
|
|
Loading…
Reference in a new issue