From fd2eafac95d3b80db8fb54640c76f52338442ea8 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Mon, 16 Jun 2025 18:28:37 +0200 Subject: [PATCH] test again --- .github/workflows/root.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 872e5fc..2ebd1de 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -11,7 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v4 + - name: Checkout code + uses: https://github.com/actions/checkout@v4 - name: Set up QEMU uses: https://github.com/docker/setup-qemu-action@v3