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