From 3a0ab8db860709ee93d5d90100dcd0200c0630d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:32:28 +0200 Subject: [PATCH] Update .github/actions/e2e_verify/action.yml Co-authored-by: Otto Bittner --- .github/actions/e2e_verify/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_verify/action.yml b/.github/actions/e2e_verify/action.yml index a9c2a51bd..6b0bcf885 100644 --- a/.github/actions/e2e_verify/action.yml +++ b/.github/actions/e2e_verify/action.yml @@ -96,7 +96,7 @@ runs: run: | reports=attestation-report-*.json - report=$(bazel run //internal/api/attestationconfigapi/cli -- compare ${{ inputs.attestationVariant }} ${report}) + report=$(bazel run //internal/api/attestationconfigapi/cli -- compare ${{ inputs.attestationVariant }} ${reports}) path=$(realpath "${report}") cat "${path}"