i forgor this thing called SEMICOLON

This commit is contained in:
CeciliaKelley33Mm 2024-10-06 08:14:21 +07:00
parent 9f344b6749
commit bd9d5b4308
2 changed files with 2 additions and 2 deletions

View file

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

View file

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