Compare commits

..

1 Commits

Author SHA1 Message Date
4b4423d3cf Set DEFAULT_ACTIONS_URL to self 2026-03-17 15:31:21 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -11,10 +11,10 @@ jobs:
build:all:
runs-on: native
steps:
- uses: actions/checkout@v6-gitea
- uses: https://gitea.com/ScMi1/checkout@v1.4
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross:
runs-on: native
steps:
- uses: actions/checkout@v6-gitea
- uses: https://gitea.com/ScMi1/checkout@v1.4
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross

View File

@@ -21,6 +21,8 @@ in
};
log.LEVEL = "Warn";
actions.DEFAULT_ACTIONS_URL = "self";
mailer = {
ENABLED = true;
FROM = "jungle-robot@bsc.es";