fix(workflows): Correct typos
All checks were successful
Check workflows / check_workflows (push) Successful in 36s
Build all the nodes / geo01 (push) Successful in 1m35s
Build all the nodes / bridge01 (push) Successful in 1m37s
Build all the nodes / geo02 (push) Successful in 1m36s
Build all the nodes / compute01 (push) Successful in 1m58s
Build all the nodes / rescue01 (push) Successful in 1m26s
Build all the nodes / storage01 (push) Successful in 1m19s
Build all the nodes / vault01 (push) Successful in 1m26s
Build all the nodes / web02 (push) Successful in 1m12s
Run pre-commit on all files / check (push) Successful in 23s
Build all the nodes / web01 (push) Successful in 1m45s
Build all the nodes / web03 (push) Successful in 1m9s

This commit is contained in:
Tom Hubrecht 2024-11-11 18:01:44 +01:00
parent 5f1436e4bf
commit 6ab3e4b685
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
4 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@ jobs:
bridge01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: bridge01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -13,7 +13,7 @@ jobs:
compute01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: compute01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -24,7 +24,7 @@ jobs:
geo01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: geo01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -35,7 +35,7 @@ jobs:
geo02:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: geo02
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -46,7 +46,7 @@ jobs:
rescue01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: rescue01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -57,7 +57,7 @@ jobs:
storage01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: storage01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -68,7 +68,7 @@ jobs:
vault01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: vault01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -79,7 +79,7 @@ jobs:
web01:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: web01
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -90,7 +90,7 @@ jobs:
web02:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: web02
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/
@ -101,7 +101,7 @@ jobs:
web03:
runs-on: nix
steps:
- uses: actions/checkous@v3
- uses: actions/checkout@v3
- env:
BUILD_NODE: web03
STORE_ENDPOINT: https://tvix-store.dgnum.eu/infra-signing/