From 5f668aecaac522eecf2d111eb562e5ed6b7a426f Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 15 May 2023 13:12:17 +0200 Subject: [PATCH] ci/cd - fix syntax error in test core wf --- .github/workflows/test-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index a19b65276..18f737ec5 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -21,7 +21,7 @@ jobs: # Prepare - name: Checkout source code uses: actions/checkout@v3 - - name: Login to private repository + - name: Login to private repository uses: docker/login-action@v2 with: registry: ${{ secrets.PRIVATE_REGISTRY }}