semicolon
All checks were successful
/ nix fmt (push) Successful in 48s
/ Update .lock file (push) Successful in 1m56s

This commit is contained in:
Ittihadyya 2024-11-26 15:50:00 +02:00
parent 07ac07d710
commit d32ef70d08

View file

@ -43,7 +43,7 @@
DEFAULT_KEEP_EMAIL_PRIVATE = true; DEFAULT_KEEP_EMAIL_PRIVATE = true;
}; };
actions = { actions = {
DEFAULT_ACTIONS_URL = "https://github.com" # i have to do this because some actions call other actions, and most of those call github actions. ideally this would be "https://git.collective-conciousness.monster" DEFAULT_ACTIONS_URL = "https://github.com"; # i have to do this because some actions call other actions, and most of those call github actions. ideally this would be "https://git.collective-conciousness.monster"
}; };
}; };
}; };