formatting change
Some checks failed
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / run-tests (push) Successful in 0s
Build and Release Binary File / build (push) Successful in 1m23s
Build and Release Binary File / upload-release (push) Failing after 2s

Signed-off-by: Neshura <neshura@noreply.forgejo.neshweb.net>
This commit is contained in:
Neshura 2023-11-27 07:48:45 +00:00
parent 29fa524241
commit 3f7616aeca

View file

@ -30,7 +30,7 @@ jobs:
name: Preparing Environment
run: |
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
echo MACHINE_GROUP_ID=${{ vars.MACHINE_GROUP_ID}} >> .env
echo MACHINE_GROUP_ID=${{ vars.MACHINE_GROUP_ID }} >> .env
echo UPTIME_KUMA_URL= >> .env
-
name: Compiling To Linux Target