We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d66c5 commit 32ab198Copy full SHA for 32ab198
tests/github_actions/twig-component.yml
@@ -1,6 +1,17 @@
1
prepare_shop:
2
git:
3
shop_ref: &git_shop_ref '{{ .Data.global.git.default_ref }}'
4
+ composer:
5
+ transform: |
6
+ {
7
+ "config": {
8
+ "github-protocols": ["https"]
9
+ },
10
+ "require": {
11
+ "oxid-esales/twig-admin-theme": "dev-b-7.0.x-add-workflows-OXDEV-7760"
12
+ }
13
14
+
15
# {{ $ids := "twig-component" }}ids: {{ print $ids }}
16
# {{ $org := "oxid-esales" }}organisation: {{ print $org }}
17
# {{ $name := "twig-component" }}name: {{ print $name }}
0 commit comments