From 5cdf243e0d9ae4625c9ec84f7f833565eb623524 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Thu, 5 Dec 2024 21:54:34 +0000 Subject: [PATCH] Remove extra pip symbol Signed-off-by: Andrea Frittoli --- .github/workflows/chatops_retest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chatops_retest.yaml b/.github/workflows/chatops_retest.yaml index 1a16ed0f60e..96f08ee065a 100644 --- a/.github/workflows/chatops_retest.yaml +++ b/.github/workflows/chatops_retest.yaml @@ -32,7 +32,7 @@ jobs: echo '::group:: Get the PT commit sha' # Get the sha of the HEAD commit in the PR GITHUB_COMMIT_SHA=$(gh api $(echo ${GITHUB_PULL_URL#https://api.github.com/}) | \ - | jq -r .head.sha) + jq -r .head.sha) echo '::endgroup::' echo '::group:: Get the list of run IDs'