Use the 'using' input for the E2E GHA

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
This commit is contained in:
Mike Kolesnik
2021-03-10 17:41:07 +02:00
parent c450f75c8e
commit 8d326e660e
+1 -3
View File
@@ -22,9 +22,7 @@ jobs:
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
with:
cabledriver: ${{ matrix.cable_driver }}
globalnet: ${{ matrix.globalnet }}
lighthouse: ${{ matrix.lighthouse }}
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
- name: Post mortem
if: failure()