Updated else statment to work proerly
This commit is contained in:
@ -26,7 +26,6 @@ jobs:
|
||||
echo "No export template download link provided, cancelling build"
|
||||
echo "Please set the EXPORT_TEMPLATE_DOWNLOAD_LINK secret in Gitea"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Found EXPORT_TEMPLATE_DOWNLOAD_LINK"
|
||||
fi
|
||||
@ -183,7 +182,6 @@ jobs:
|
||||
echo "No Steam Username variable, cancelling build"
|
||||
echo "Please set the STEAM_BUILD_USERNAME variable in Gitea"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Found STEAM_BUILD_USERNAME"
|
||||
fi
|
||||
@ -192,7 +190,6 @@ jobs:
|
||||
echo "No Steam Password secret, cancelling build"
|
||||
echo "Please set the STEAM_BUILD_PASSWORD secret in Gitea"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Found STEAM_BUILD_PASSWORD"
|
||||
fi
|
||||
@ -201,7 +198,6 @@ jobs:
|
||||
echo "No Steam Guard Code secret, cancelling build"
|
||||
echo "Please set the STEAM_GUARD_CODE secret in Gitea"
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "Found STEAM_GUARD_CODE"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user