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