From 995817a29b209fcc060c182aed15b9a285a0b246 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 5 Sep 2024 12:53:02 +0100 Subject: [PATCH] link --- .github/workflows/review_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index c1c34b684..098d484e5 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -73,7 +73,7 @@ jobs: else echo "login_cookies.txt does not exist." fi - + # Extract cookies for use in the benchmark COOKIES=$(awk '/_data_collector_session/ { print $6, $7 }' login_cookies.txt | tr ' ' '=')