Git fix
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 11s

This commit is contained in:
2026-05-02 18:30:44 +02:00
parent f2fd36664c
commit ed782f2fc6

View File

@@ -13,9 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install SSH client
- name: Install dependencies
run: |
apt-get update -y && apt-get install -y openssh-client
apt-get install -y git
- name: Setup SSH inside container
run: |