We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925c511 commit e3d3ef4Copy full SHA for e3d3ef4
2 files changed
.github/workflows/conformance-e2e.yaml
@@ -11,6 +11,7 @@ jobs:
11
IONOS_TOKEN: ${{ secrets.IONOS_TOKEN }}
12
IONOSCLOUD_MACHINE_IMAGE_ID: ${{ vars.IONOSCLOUD_MACHINE_IMAGE_ID }}
13
CONTROL_PLANE_ENDPOINT_LOCATION: ${{ vars.CONTROL_PLANE_ENDPOINT_LOCATION }}
14
+ IONOSCLOUD_CUBE_TEMPLATE_ID: ${{ vars.IONOSCLOUD_CUBE_TEMPLATE_ID }}
15
steps:
16
- uses: actions/checkout@v4
17
.github/workflows/e2e.yaml
@@ -27,6 +27,7 @@ jobs:
27
28
29
30
31
32
- name: Check out branch ${{ github.ref }}
33
if: ${{ github.event_name == 'push' }}
0 commit comments