Skip to content

Commit

Permalink
Fix indentation in CI.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart01 committed Dec 21, 2023
1 parent 271eb5e commit 6b13b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
DIRECTUS_URL = ${{ secrets.DIRECTUS_URL }}
DIRECTUS_TOKEN = ${{ secrets.DIRECTUS_TOKEN }}

0 comments on commit 6b13b54

Please sign in to comment.