changed default actions url
Some checks failed
/ Update .lock file (push) Has been cancelled
/ nix fmt (push) Has been cancelled

This commit is contained in:
Ittihadyya 2024-11-26 15:49:25 +02:00
parent 63d18e6b78
commit 07ac07d710

View file

@ -42,6 +42,9 @@
DISABLE_REGISTRATION = true;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
};
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"
};
};
};
}