From 6b13b54a41448ea625fab31f239790c7d4a7ae12 Mon Sep 17 00:00:00 2001 From: Lennart Krauch Date: Thu, 21 Dec 2023 10:36:04 +0100 Subject: [PATCH] Fix indentation in CI.yaml file --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 4e7b11c..ba066d3 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -69,5 +69,5 @@ jobs: tags: ${{ steps.meta-landing-page.outputs.tags }} labels: ${{ steps.meta-landing-page.outputs.labels }} build-args: | - DIRECTUS_URL = ${{ secrets.DIRECTUS_URL }} - DIRECTUS_TOKEN = ${{ secrets.DIRECTUS_TOKEN }} \ No newline at end of file + DIRECTUS_URL = ${{ secrets.DIRECTUS_URL }} + DIRECTUS_TOKEN = ${{ secrets.DIRECTUS_TOKEN }} \ No newline at end of file