From d118158a466c7e245d8ac4253bd29ec00f933aa5 Mon Sep 17 00:00:00 2001 From: Federica Agostini Date: Mon, 29 Apr 2024 16:06:27 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/voms-aa.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/voms-aa.ci.yml b/.github/workflows/voms-aa.ci.yml index dcd4462..590aed0 100644 --- a/.github/workflows/voms-aa.ci.yml +++ b/.github/workflows/voms-aa.ci.yml @@ -107,7 +107,7 @@ jobs: continue-on-error: true env: - ROBOT_OPTIONS: --variable vo1:vo.2 --variable vo1_host:voms-aa.test.example --variable vo1_issuer:/C=IT/O=IGI/CN=*.test.example --variable --variable vo2:vo.1 --variable vo2_host:voms.test.example --variable vo2_issuer:/C=IT/O=IGI/CN=*.test.example --exclude issue-723 --exclude issue-724 --exclude issue-726 + ROBOT_OPTIONS: --variable vo1:vo.2 --variable vo1_host:voms-aa.test.example --variable vo1_issuer:'/C=IT/O=IGI/CN=*.test.example' --variable vo2:vo.1 --variable vo2_host:voms.test.example --variable vo2_issuer:'/C=IT/O=IGI/CN=*.test.example' --exclude issue-723 --exclude issue-724 --exclude issue-726 steps: - name: Checkout