From 1de33a310c486520a75571472bbaafe3ba1ef5dc Mon Sep 17 00:00:00 2001 From: snehasreeramini Date: Fri, 9 Feb 2024 17:38:57 +0100 Subject: [PATCH] indentation issues --- tests/github_actions/twig-component.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/github_actions/twig-component.yml b/tests/github_actions/twig-component.yml index 2e99c1f..7f40410 100644 --- a/tests/github_actions/twig-component.yml +++ b/tests/github_actions/twig-component.yml @@ -1,16 +1,16 @@ prepare_shop: git: shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}' - composer: - transform: | - { - "config": { - "github-protocols": ["https"] - }, - "require": { - "oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760" - } - } + composer: + transform: | + { + "config": { + "github-protocols": ["https"] + }, + "require": { + "oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760" + } + } # {{ $ids := "twig-component" }}ids: {{ print $ids }} # {{ $org := "oxid-esales" }}organisation: {{ print $org }}